#CAFE21

Color #CAFE21 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #CAFE21

Tints of Electric Lime #CAFE21

Color information

#CAFE21 (or 0xCAFE21) is unknown color: approx Electric Lime. HEX triplet: CA, FE and 21. RGB value is (202,254,33). Sum of RGB (Red+Green+Blue) = 202+254+33=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 254 (99.61% from 255 or 51.94% from 489); Blue value is 33 (13.28% from 255 or 6.75% from 489); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFE21 is #3501DE. Grayscale: #D6D6D6. Windows color (decimal): -3473887 or 2227914. OLE color: 2227914.

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

Color convert

RGB20225433-
CMYK0.2000.870.00
HSL74.12º99.1%56.27%-
HSV(B)74.12º87.01%99.61%-
XYZ60.0783.5514.4-
YUV213.2626.27119.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 254 (99.61% from 255) = 51.94%
BLUE value IS 33 (13.28% from 255) = 6.75%
R=41.31%
G=51.94%
B=6.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal202254330.2000.870.0074.1299.156.27
HexCAFE211405704a6338
Octal31237641240127011214370
Binary11001010111111101000011010001010111010010101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFE21; }

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

 H1.HeaderClassName
 {
   color: #CAFE21;
 }
 .AnyTagClassName
 {
   color: #CAFE21;
 }
</style>
background-color css

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

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

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

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

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

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