Html Css Color HEX #CAFE04 Electric Lime

📋 copy color: '#CAFE04'

red 202 ◦ green 254 ◦ blue 4

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

Shades of Electric Lime #CAFE04

Tints of Electric Lime #CAFE04

RGB

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

 GREEN value IS 254 (99.61% from 255) = 55.22%

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

R = 43.91%
G = 55.22%
B = 0.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#CAFE04 (or 0xCAFE04) is known color: Electric Lime. HEX triplet: CA, FE and 04. RGB value is (202,254,4). Sum of RGB (Red+Green+Blue) = 202+254+4=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 254 (99.61% from 255 or 55.22% from 460); Blue value is 4 (1.95% from 255 or 0.87% from 460); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFE04 is #3501FB. Grayscale: #D2D2D2. Windows color (decimal): -3473916 or 327370. OLE color: 327370.

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

Color convert

RGB 202 254 4 -
CMYK 0.20 0 0.98 0.00
HSL 72.48º 0.99% 0.51% -
HSV(B) 72.48º 0.98% 1% -
XYZ 59.82 83.45 13.07 -
YUV 209.95 11.77 122.33 -
System Red Green Blue C M Y K H S L
Decimal 202 254 4 0.20 0 0.98 0.00 72.48 0.99 0.51
Hex CA FE 4 14 0 62 0 48 63 33
Octal 312 376 4 24 0 142 0 110 143 63
Binary 11001010 11111110 100 10100 0 1100010 0 1001000 1100011 110011

Color Harmonies of #CAFE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFE04

Black with #CAFE04

Text Example


Text Example

White with #CAFE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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