Html Css Color HEX #CAF90C Electric Lime

📋 copy color: '#CAF90C'

red 202 ◦ green 249 ◦ blue 12

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

Shades of Electric Lime #CAF90C

Tints of Electric Lime #CAF90C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.78%

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

R = 43.63%
G = 53.78%
B = 2.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#CAF90C (or 0xCAF90C) is known color: Electric Lime. HEX triplet: CA, F9 and 0C. RGB value is (202,249,12). Sum of RGB (Red+Green+Blue) = 202+249+12=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF90C is #3506F3. Grayscale: #D0D0D0. Windows color (decimal): -3475188 or 850378. OLE color: 850378.

HSL color Cylindrical-coordinate representation of color #CAF90C: hue angle of 71.9º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAF90C is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 12 -
CMYK 0.19 0 0.95 0.02
HSL 71.9º 0.95% 0.51% -
HSV(B) 71.9º 0.95% 0.98% -
XYZ 58.3 80.33 12.78 -
YUV 207.93 17.43 123.77 -
System Red Green Blue C M Y K H S L
Decimal 202 249 12 0.19 0 0.95 0.02 71.9 0.95 0.51
Hex CA F9 C 13 0 5F 2 48 5F 33
Octal 312 371 14 23 0 137 2 110 137 63
Binary 11001010 11111001 1100 10011 0 1011111 10 1001000 1011111 110011

Color Harmonies of #CAF90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF90C

Black with #CAF90C

Text Example


Text Example

White with #CAF90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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