Html Css Color HEX #CAFB06 Electric Lime

📋 copy color: '#CAFB06'

red 202 ◦ green 251 ◦ blue 6

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

Shades of Electric Lime #CAFB06

Tints of Electric Lime #CAFB06

RGB

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

 GREEN value IS 251 (98.44% from 255) = 54.68%

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

R = 44.01%
G = 54.68%
B = 1.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#CAFB06 (or 0xCAFB06) is known color: Electric Lime. HEX triplet: CA, FB and 06. RGB value is (202,251,6). Sum of RGB (Red+Green+Blue) = 202+251+6=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 251 (98.44% from 255 or 54.68% from 459); Blue value is 6 (2.73% from 255 or 1.31% from 459); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFB06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFB06 is #3504F9. Grayscale: #D1D1D1. Windows color (decimal): -3474682 or 457674. OLE color: 457674.

HSL color Cylindrical-coordinate representation of color #CAFB06: hue angle of 72º degrees, saturation: 0.97, 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 #CAFB06 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 251 6 -
CMYK 0.20 0 0.98 0.02
HSL 72º 0.97% 0.5% -
HSV(B) 72º 0.98% 0.98% -
XYZ 58.89 81.56 12.81 -
YUV 208.42 13.77 123.42 -
System Red Green Blue C M Y K H S L
Decimal 202 251 6 0.20 0 0.98 0.02 72 0.97 0.5
Hex CA FB 6 14 0 62 2 48 61 32
Octal 312 373 6 24 0 142 2 110 141 62
Binary 11001010 11111011 110 10100 0 1100010 10 1001000 1100001 110010

Color Harmonies of #CAFB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFB06

Black with #CAFB06

Text Example


Text Example

White with #CAFB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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