Html Css Color HEX #CAFE15 Electric Lime

📋 copy color: '#CAFE15'

red 202 ◦ green 254 ◦ blue 21

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

Shades of Electric Lime #CAFE15

Tints of Electric Lime #CAFE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.4%

R = 42.35%
G = 53.25%
B = 4.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#CAFE15 (or 0xCAFE15) is known color: Electric Lime. HEX triplet: CA, FE and 15. RGB value is (202,254,21). Sum of RGB (Red+Green+Blue) = 202+254+21=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 21 (8.59% from 255 or 4.40% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFE15 is #3501EA. Grayscale: #D4D4D4. Windows color (decimal): -3473899 or 1441482. OLE color: 1441482.

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

Color convert

RGB 202 254 21 -
CMYK 0.20 0 0.92 0.00
HSL 73.39º 0.99% 0.54% -
HSV(B) 73.39º 0.92% 1% -
XYZ 59.93 83.49 13.67 -
YUV 211.89 20.27 120.95 -
System Red Green Blue C M Y K H S L
Decimal 202 254 21 0.20 0 0.92 0.00 73.39 0.99 0.54
Hex CA FE 15 14 0 5C 0 49 63 36
Octal 312 376 25 24 0 134 0 111 143 66
Binary 11001010 11111110 10101 10100 0 1011100 0 1001001 1100011 110110

Color Harmonies of #CAFE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFE15

Black with #CAFE15

Text Example


Text Example

White with #CAFE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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