Html Css Color HEX #CAFA04 Electric Lime

📋 copy color: '#CAFA04'

red 202 ◦ green 250 ◦ blue 4

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

Shades of Electric Lime #CAFA04

Tints of Electric Lime #CAFA04

RGB

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

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

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

R = 44.3%
G = 54.82%
B = 0.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#CAFA04 (or 0xCAFA04) is known color: Electric Lime. HEX triplet: CA, FA and 04. RGB value is (202,250,4). Sum of RGB (Red+Green+Blue) = 202+250+4=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 250 (98.05% from 255 or 54.82% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFA04 is #3505FB. Grayscale: #D0D0D0. Windows color (decimal): -3474940 or 326346. OLE color: 326346.

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

Color convert

RGB 202 250 4 -
CMYK 0.19 0 0.98 0.02
HSL 71.71º 0.97% 0.5% -
HSV(B) 71.71º 0.98% 0.98% -
XYZ 58.56 80.94 12.65 -
YUV 207.6 13.1 124 -
System Red Green Blue C M Y K H S L
Decimal 202 250 4 0.19 0 0.98 0.02 71.71 0.97 0.5
Hex CA FA 4 13 0 62 2 48 61 32
Octal 312 372 4 23 0 142 2 110 141 62
Binary 11001010 11111010 100 10011 0 1100010 10 1001000 1100001 110010

Color Harmonies of #CAFA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFA04

Black with #CAFA04

Text Example


Text Example

White with #CAFA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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