Html Css Color HEX #CAFB09 Electric Lime

📋 copy color: '#CAFB09'

red 202 ◦ green 251 ◦ blue 9

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

Shades of Electric Lime #CAFB09

Tints of Electric Lime #CAFB09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.95%

R = 43.72%
G = 54.33%
B = 1.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#CAFB09 (or 0xCAFB09) is known color: Electric Lime. HEX triplet: CA, FB and 09. RGB value is (202,251,9). Sum of RGB (Red+Green+Blue) = 202+251+9=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 251 (98.44% from 255 or 54.33% from 462); Blue value is 9 (3.91% from 255 or 1.95% from 462); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFB09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFB09 is #3504F6. Grayscale: #D1D1D1. Windows color (decimal): -3474679 or 654282. OLE color: 654282.

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

Color convert

RGB 202 251 9 -
CMYK 0.20 0 0.96 0.02
HSL 72.15º 0.97% 0.51% -
HSV(B) 72.15º 0.96% 0.98% -
XYZ 58.9 81.57 12.9 -
YUV 208.76 15.27 123.18 -
System Red Green Blue C M Y K H S L
Decimal 202 251 9 0.20 0 0.96 0.02 72.15 0.97 0.51
Hex CA FB 9 14 0 60 2 48 61 33
Octal 312 373 11 24 0 140 2 110 141 63
Binary 11001010 11111011 1001 10100 0 1100000 10 1001000 1100001 110011

Color Harmonies of #CAFB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFB09

Black with #CAFB09

Text Example


Text Example

White with #CAFB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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