Html Css Color HEX #CAFA08 Electric Lime

📋 copy color: '#CAFA08'

red 202 ◦ green 250 ◦ blue 8

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

Shades of Electric Lime #CAFA08

Tints of Electric Lime #CAFA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.74%

R = 43.91%
G = 54.35%
B = 1.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#CAFA08 (or 0xCAFA08) is known color: Electric Lime. HEX triplet: CA, FA and 08. RGB value is (202,250,8). Sum of RGB (Red+Green+Blue) = 202+250+8=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 250 (98.05% from 255 or 54.35% from 460); Blue value is 8 (3.52% from 255 or 1.74% from 460); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFA08 is #3505F7. Grayscale: #D0D0D0. Windows color (decimal): -3474936 or 588490. OLE color: 588490.

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

Color convert

RGB 202 250 8 -
CMYK 0.19 0 0.97 0.02
HSL 71.9º 0.96% 0.51% -
HSV(B) 71.9º 0.97% 0.98% -
XYZ 58.59 80.95 12.77 -
YUV 208.06 15.1 123.68 -
System Red Green Blue C M Y K H S L
Decimal 202 250 8 0.19 0 0.97 0.02 71.9 0.96 0.51
Hex CA FA 8 13 0 61 2 48 60 33
Octal 312 372 10 23 0 141 2 110 140 63
Binary 11001010 11111010 1000 10011 0 1100001 10 1001000 1100000 110011

Color Harmonies of #CAFA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFA08

Black with #CAFA08

Text Example


Text Example

White with #CAFA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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