Shades of Electric Lime #CAFE11
Tints of Electric Lime #CAFE11
RGB
CMYK
RGB Variations
Color information
#CAFE11 (or 0xCAFE11) is known color: Electric Lime. HEX triplet: CA, FE and 11. RGB value is (202,254,17). Sum of RGB (Red+Green+Blue) = 202+254+17=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 254 (99.61% from 255 or 53.70% from 473); Blue value is 17 (7.03% from 255 or 3.59% from 473); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFE11 is #3501EE. Grayscale: #D4D4D4. Windows color (decimal): -3473903 or 1179338. OLE color: 1179338.
HSL color Cylindrical-coordinate representation of color #CAFE11: hue angle of 73.16º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAFE11 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 17 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.00 |
| HSL | 73.16º | 0.99% | 0.53% | - |
| HSV(B) | 73.16º | 0.93% | 1% | - |
| XYZ | 59.9 | 83.48 | 13.49 | - |
| YUV | 211.43 | 18.27 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 17 | 0.20 | 0 | 0.93 | 0.00 | 73.16 | 0.99 | 0.53 |
| Hex | CA | FE | 11 | 14 | 0 | 5D | 0 | 49 | 63 | 35 |
| Octal | 312 | 376 | 21 | 24 | 0 | 135 | 0 | 111 | 143 | 65 |
| Binary | 11001010 | 11111110 | 10001 | 10100 | 0 | 1011101 | 0 | 1001001 | 1100011 | 110101 |
Color Harmonies of #CAFE11
Complementary color
Monochromatic Colors of #CAFE11
Black with #CAFE11
Text Example
Text Example
White with #CAFE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE11; }
p { color: rgb(202,254,17); }
H1.HeaderClassName
{
color: #CAFE11;
}
.AnyTagClassName
{
color: #CAFE11;
}
</style>
background-color css
<style>
a { background-color: #CAFE11; }
a { background-color: rgb(202,254,17); }
div.DivClassName
{
background-color: #CAFE11;
}
.BgClassName
{
background-color: #CAFE11;
}
</style>
border-color css
<style>
span { border-color: #CAFE11; }
span { border-color: rgb(202,254,17); }
td.TdClassName
{
border-color: #CAFE11;
}
.TagClassName
{
border-color: #CAFE11;
}
</style>