Shades of Electric Lime #CAFE0D
Tints of Electric Lime #CAFE0D
RGB
CMYK
RGB Variations
Color information
#CAFE0D (or 0xCAFE0D) is known color: Electric Lime. HEX triplet: CA, FE and 0D. RGB value is (202,254,13). Sum of RGB (Red+Green+Blue) = 202+254+13=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFE0D is #3501F2. Grayscale: #D3D3D3. Windows color (decimal): -3473907 or 917194. OLE color: 917194.
HSL color Cylindrical-coordinate representation of color #CAFE0D: hue angle of 72.95º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAFE0D is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 13 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.00 |
| HSL | 72.95º | 0.99% | 0.52% | - |
| HSV(B) | 72.95º | 0.95% | 1% | - |
| XYZ | 59.87 | 83.47 | 13.34 | - |
| YUV | 210.98 | 16.27 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 13 | 0.20 | 0 | 0.95 | 0.00 | 72.95 | 0.99 | 0.52 |
| Hex | CA | FE | D | 14 | 0 | 5F | 0 | 49 | 63 | 34 |
| Octal | 312 | 376 | 15 | 24 | 0 | 137 | 0 | 111 | 143 | 64 |
| Binary | 11001010 | 11111110 | 1101 | 10100 | 0 | 1011111 | 0 | 1001001 | 1100011 | 110100 |
Color Harmonies of #CAFE0D
Complementary color
Monochromatic Colors of #CAFE0D
Black with #CAFE0D
Text Example
Text Example
White with #CAFE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE0D; }
p { color: rgb(202,254,13); }
H1.HeaderClassName
{
color: #CAFE0D;
}
.AnyTagClassName
{
color: #CAFE0D;
}
</style>
background-color css
<style>
a { background-color: #CAFE0D; }
a { background-color: rgb(202,254,13); }
div.DivClassName
{
background-color: #CAFE0D;
}
.BgClassName
{
background-color: #CAFE0D;
}
</style>
border-color css
<style>
span { border-color: #CAFE0D; }
span { border-color: rgb(202,254,13); }
td.TdClassName
{
border-color: #CAFE0D;
}
.TagClassName
{
border-color: #CAFE0D;
}
</style>