#cafd17

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

Shades of Electric Lime #CAFD17

Tints of Electric Lime #CAFD17

Color information

#CAFD17 (or 0xCAFD17) is unknown color: approx Electric Lime. HEX triplet: CA, FD and 17. RGB value is (202,253,23). Sum of RGB (Red+Green+Blue) = 202+253+23=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 253 (99.22% from 255 or 52.93% from 478); Blue value is 23 (9.38% from 255 or 4.81% from 478); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFD17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFD17 is #3502E8. Grayscale: #D4D4D4. Windows color (decimal): -3474153 or 1572298. OLE color: 1572298.

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

Color convert

RGB20225323-
CMYK0.2000.910.01
HSL73.3º98.29%54.12%-
HSV(B)73.3º90.91%99.22%-
XYZ59.6482.8713.66-
YUV211.5321.6121.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 253 (99.22% from 255) = 52.93%
BLUE value IS 23 (9.38% from 255) = 4.81%
R=42.26%
G=52.93%
B=4.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal202253230.2000.910.0173.398.2954.12
HexCAFD171405B1496236
Octal31237527240133111114266
Binary1100101011111101101111010001011011110010011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cafd17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cafd17; }

 p { color: rgb(202,253,23); }

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

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

 a { background-color: rgb(202,253,23); }

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

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

 span { border-color: rgb(202,253,23); }

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