Html Css Color HEX #CAFE00 Electric Lime

📋 copy color: '#CAFE00'

red 202 ◦ green 254 ◦ blue 0

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

Shades of Electric Lime #CAFE00

Tints of Electric Lime #CAFE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.3%
G = 55.7%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#CAFE00 (or 0xCAFE00) is known color: Electric Lime. HEX triplet: CA, FE and 00. RGB value is (202,254,0). Sum of RGB (Red+Green+Blue) = 202+254+0=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFE00 is #3501FF. Grayscale: #D2D2D2. Windows color (decimal): -3473920 or 65226. OLE color: 65226.

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

Color convert

RGB 202 254 0 -
CMYK 0.20 0 1 0.00
HSL 72.28º 1% 0.5% -
HSV(B) 72.28º 1% 1% -
XYZ 59.8 83.44 12.95 -
YUV 209.5 9.77 122.65 -
System Red Green Blue C M Y K H S L
Decimal 202 254 0 0.20 0 1 0.00 72.28 1 0.5
Hex CA FE 0 14 0 64 0 48 64 32
Octal 312 376 0 24 0 144 0 110 144 62
Binary 11001010 11111110 0 10100 0 1100100 0 1001000 1100100 110010

Color Harmonies of #CAFE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFE00

Black with #CAFE00

Text Example


Text Example

White with #CAFE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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