Shades of Electric Lime #CAFE12
Tints of Electric Lime #CAFE12
RGB
CMYK
RGB Variations
Color information
#CAFE12 (or 0xCAFE12) is known color: Electric Lime. HEX triplet: CA, FE and 12. RGB value is (202,254,18). Sum of RGB (Red+Green+Blue) = 202+254+18=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 18 (7.42% from 255 or 3.80% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFE12 is #3501ED. Grayscale: #D4D4D4. Windows color (decimal): -3473902 or 1244874. OLE color: 1244874.
HSL color Cylindrical-coordinate representation of color #CAFE12: hue angle of 73.22º 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 #CAFE12 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 18 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.00 |
| HSL | 73.22º | 0.99% | 0.53% | - |
| HSV(B) | 73.22º | 0.93% | 1% | - |
| XYZ | 59.91 | 83.48 | 13.53 | - |
| YUV | 211.55 | 18.77 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 18 | 0.20 | 0 | 0.93 | 0.00 | 73.22 | 0.99 | 0.53 |
| Hex | CA | FE | 12 | 14 | 0 | 5D | 0 | 49 | 63 | 35 |
| Octal | 312 | 376 | 22 | 24 | 0 | 135 | 0 | 111 | 143 | 65 |
| Binary | 11001010 | 11111110 | 10010 | 10100 | 0 | 1011101 | 0 | 1001001 | 1100011 | 110101 |
Color Harmonies of #CAFE12
Complementary color
Monochromatic Colors of #CAFE12
Black with #CAFE12
Text Example
Text Example
White with #CAFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE12; }
p { color: rgb(202,254,18); }
H1.HeaderClassName
{
color: #CAFE12;
}
.AnyTagClassName
{
color: #CAFE12;
}
</style>
background-color css
<style>
a { background-color: #CAFE12; }
a { background-color: rgb(202,254,18); }
div.DivClassName
{
background-color: #CAFE12;
}
.BgClassName
{
background-color: #CAFE12;
}
</style>
border-color css
<style>
span { border-color: #CAFE12; }
span { border-color: rgb(202,254,18); }
td.TdClassName
{
border-color: #CAFE12;
}
.TagClassName
{
border-color: #CAFE12;
}
</style>