Html Css Color HEX #CAFB05 Electric Lime

📋 copy color: '#CAFB05'

red 202 ◦ green 251 ◦ blue 5

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

Shades of Electric Lime #CAFB05

Tints of Electric Lime #CAFB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.09%

R = 44.1%
G = 54.8%
B = 1.09%

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

#CAFB05 (or 0xCAFB05) is known color: Electric Lime. HEX triplet: CA, FB and 05. RGB value is (202,251,5). Sum of RGB (Red+Green+Blue) = 202+251+5=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 251 (98.44% from 255 or 54.80% from 458); Blue value is 5 (2.34% from 255 or 1.09% from 458); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFB05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFB05 is #3504FA. Grayscale: #D1D1D1. Windows color (decimal): -3474683 or 392138. OLE color: 392138.

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

Color convert

RGB 202 251 5 -
CMYK 0.20 0 0.98 0.02
HSL 71.95º 0.97% 0.5% -
HSV(B) 71.95º 0.98% 0.98% -
XYZ 58.88 81.56 12.78 -
YUV 208.31 13.27 123.5 -
System Red Green Blue C M Y K H S L
Decimal 202 251 5 0.20 0 0.98 0.02 71.95 0.97 0.5
Hex CA FB 5 14 0 62 2 48 61 32
Octal 312 373 5 24 0 142 2 110 141 62
Binary 11001010 11111011 101 10100 0 1100010 10 1001000 1100001 110010

Color Harmonies of #CAFB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFB05

Black with #CAFB05

Text Example


Text Example

White with #CAFB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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