Html Css Color HEX #CAF50C Electric Lime

📋 copy color: '#CAF50C'

red 202 ◦ green 245 ◦ blue 12

#CAF50C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CAF50C

Tints of Electric Lime #CAF50C

RGB

 RED value IS 202 (79.3% from 255) = 44.01%

 GREEN value IS 245 (96.09% from 255) = 53.38%

 BLUE value IS 12 (5.08% from 255) = 2.61%

R = 44.01%
G = 53.38%
B = 2.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAF50C (or 0xCAF50C) is known color: Electric Lime. HEX triplet: CA, F5 and 0C. RGB value is (202,245,12). Sum of RGB (Red+Green+Blue) = 202+245+12=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 245 (96.09% from 255 or 53.38% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF50C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF50C is #350AF3. Grayscale: #CECECE. Windows color (decimal): -3476212 or 849354. OLE color: 849354.

HSL color Cylindrical-coordinate representation of color #CAF50C: hue angle of 71.07º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAF50C is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 245 12 -
CMYK 0.18 0 0.95 0.04
HSL 71.07º 0.92% 0.5% -
HSV(B) 71.07º 0.95% 0.96% -
XYZ 57.08 77.89 12.37 -
YUV 205.58 18.75 125.45 -
System Red Green Blue C M Y K H S L
Decimal 202 245 12 0.18 0 0.95 0.04 71.07 0.92 0.5
Hex CA F5 C 12 0 5F 4 47 5C 32
Octal 312 365 14 22 0 137 4 107 134 62
Binary 11001010 11110101 1100 10010 0 1011111 100 1000111 1011100 110010

Color Harmonies of #CAF50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF50C

Black with #CAF50C

Text Example


Text Example

White with #CAF50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF50C; }

 p { color: rgb(202,245,12); }

 H1.HeaderClassName
 {
   color: #CAF50C;
 }
 .AnyTagClassName
 {
   color: #CAF50C;
 }
</style>

background-color css

<style>
 a { background-color: #CAF50C; }

 a { background-color: rgb(202,245,12); }

 div.DivClassName
 {
   background-color: #CAF50C;
 }
 .BgClassName
 {
   background-color: #CAF50C;
 }
</style>

border-color css

<style>
 span { border-color: #CAF50C; }

 span { border-color: rgb(202,245,12); }

 td.TdClassName
 {
   border-color: #CAF50C;
 }
 .TagClassName
 {
   border-color: #CAF50C;
 }
</style>