Html Css Color HEX #CAF00A Electric Lime

📋 copy color: '#CAF00A'

red 202 ◦ green 240 ◦ blue 10

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

Shades of Electric Lime #CAF00A

Tints of Electric Lime #CAF00A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.1%

 BLUE value IS 10 (4.3% from 255) = 2.21%

R = 44.69%
G = 53.1%
B = 2.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#CAF00A (or 0xCAF00A) is known color: Electric Lime. HEX triplet: CA, F0 and 0A. RGB value is (202,240,10). Sum of RGB (Red+Green+Blue) = 202+240+10=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 10 (4.30% from 255 or 2.21% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF00A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF00A is #350FF5. Grayscale: #CBCBCB. Windows color (decimal): -3477494 or 717002. OLE color: 717002.

HSL color Cylindrical-coordinate representation of color #CAF00A: hue angle of 69.91º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAF00A is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 10 -
CMYK 0.16 0 0.96 0.06
HSL 69.91º 0.92% 0.49% -
HSV(B) 69.91º 0.96% 0.94% -
XYZ 55.57 74.9 11.82 -
YUV 202.42 19.41 127.7 -
System Red Green Blue C M Y K H S L
Decimal 202 240 10 0.16 0 0.96 0.06 69.91 0.92 0.49
Hex CA F0 A 10 0 60 6 46 5C 31
Octal 312 360 12 20 0 140 6 106 134 61
Binary 11001010 11110000 1010 10000 0 1100000 110 1000110 1011100 110001

Color Harmonies of #CAF00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF00A

Black with #CAF00A

Text Example


Text Example

White with #CAF00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF00A; }

 p { color: rgb(202,240,10); }

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

background-color css

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

 a { background-color: rgb(202,240,10); }

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

border-color css

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

 span { border-color: rgb(202,240,10); }

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