Html Css Color HEX #CAFC04 Electric Lime

📋 copy color: '#CAFC04'

red 202 ◦ green 252 ◦ blue 4

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

Shades of Electric Lime #CAFC04

Tints of Electric Lime #CAFC04

RGB

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

 GREEN value IS 252 (98.83% from 255) = 55.02%

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 44.1%
G = 55.02%
B = 0.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#CAFC04 (or 0xCAFC04) is known color: Electric Lime. HEX triplet: CA, FC and 04. RGB value is (202,252,4). Sum of RGB (Red+Green+Blue) = 202+252+4=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 252 (98.83% from 255 or 55.02% from 458); Blue value is 4 (1.95% from 255 or 0.87% from 458); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFC04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFC04 is #3503FB. Grayscale: #D1D1D1. Windows color (decimal): -3474428 or 326858. OLE color: 326858.

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

Color convert

RGB 202 252 4 -
CMYK 0.20 0 0.98 0.01
HSL 72.1º 0.98% 0.5% -
HSV(B) 72.1º 0.98% 0.99% -
XYZ 59.19 82.19 12.86 -
YUV 208.78 12.44 123.17 -
System Red Green Blue C M Y K H S L
Decimal 202 252 4 0.20 0 0.98 0.01 72.1 0.98 0.5
Hex CA FC 4 14 0 62 1 48 62 32
Octal 312 374 4 24 0 142 1 110 142 62
Binary 11001010 11111100 100 10100 0 1100010 1 1001000 1100010 110010

Color Harmonies of #CAFC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFC04

Black with #CAFC04

Text Example


Text Example

White with #CAFC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFC04; }

 p { color: rgb(202,252,4); }

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

background-color css

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

 a { background-color: rgb(202,252,4); }

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

border-color css

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

 span { border-color: rgb(202,252,4); }

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