Html Css Color HEX #CAFA06 Electric Lime

📋 copy color: '#CAFA06'

red 202 ◦ green 250 ◦ blue 6

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

Shades of Electric Lime #CAFA06

Tints of Electric Lime #CAFA06

RGB

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

 GREEN value IS 250 (98.05% from 255) = 54.59%

 BLUE value IS 6 (2.73% from 255) = 1.31%

R = 44.1%
G = 54.59%
B = 1.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#CAFA06 (or 0xCAFA06) is known color: Electric Lime. HEX triplet: CA, FA and 06. RGB value is (202,250,6). Sum of RGB (Red+Green+Blue) = 202+250+6=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 250 (98.05% from 255 or 54.59% from 458); Blue value is 6 (2.73% from 255 or 1.31% from 458); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFA06 is #3505F9. Grayscale: #D0D0D0. Windows color (decimal): -3474938 or 457418. OLE color: 457418.

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

Color convert

RGB 202 250 6 -
CMYK 0.19 0 0.98 0.02
HSL 71.8º 0.96% 0.5% -
HSV(B) 71.8º 0.98% 0.98% -
XYZ 58.58 80.94 12.71 -
YUV 207.83 14.1 123.84 -
System Red Green Blue C M Y K H S L
Decimal 202 250 6 0.19 0 0.98 0.02 71.8 0.96 0.5
Hex CA FA 6 13 0 62 2 48 60 32
Octal 312 372 6 23 0 142 2 110 140 62
Binary 11001010 11111010 110 10011 0 1100010 10 1001000 1100000 110010

Color Harmonies of #CAFA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFA06

Black with #CAFA06

Text Example


Text Example

White with #CAFA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFA06; }

 p { color: rgb(202,250,6); }

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

background-color css

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

 a { background-color: rgb(202,250,6); }

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

border-color css

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

 span { border-color: rgb(202,250,6); }

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