Shades of Electric Lime #CEFD12
Tints of Electric Lime #CEFD12
RGB
CMYK
RGB Variations
Color information
#CEFD12 (or 0xCEFD12) is known color: Electric Lime. HEX triplet: CE, FD and 12. RGB value is (206,253,18). Sum of RGB (Red+Green+Blue) = 206+253+18=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 253 (99.22% from 255 or 53.04% from 477); Blue value is 18 (7.42% from 255 or 3.77% from 477); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFD12 is #3102ED. Grayscale: #D5D5D5. Windows color (decimal): -3212014 or 1244622. OLE color: 1244622.
HSL color Cylindrical-coordinate representation of color #CEFD12: hue angle of 72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEFD12 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 18 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.01 |
| HSL | 72º | 0.98% | 0.53% | - |
| HSV(B) | 72º | 0.93% | 0.99% | - |
| XYZ | 60.69 | 83.42 | 13.47 | - |
| YUV | 212.16 | 18.43 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 18 | 0.19 | 0 | 0.93 | 0.01 | 72 | 0.98 | 0.53 |
| Hex | CE | FD | 12 | 13 | 0 | 5D | 1 | 48 | 62 | 35 |
| Octal | 316 | 375 | 22 | 23 | 0 | 135 | 1 | 110 | 142 | 65 |
| Binary | 11001110 | 11111101 | 10010 | 10011 | 0 | 1011101 | 1 | 1001000 | 1100010 | 110101 |
Color Harmonies of #CEFD12
Complementary color
Monochromatic Colors of #CEFD12
Black with #CEFD12
Text Example
Text Example
White with #CEFD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD12; }
p { color: rgb(206,253,18); }
H1.HeaderClassName
{
color: #CEFD12;
}
.AnyTagClassName
{
color: #CEFD12;
}
</style>
background-color css
<style>
a { background-color: #CEFD12; }
a { background-color: rgb(206,253,18); }
div.DivClassName
{
background-color: #CEFD12;
}
.BgClassName
{
background-color: #CEFD12;
}
</style>
border-color css
<style>
span { border-color: #CEFD12; }
span { border-color: rgb(206,253,18); }
td.TdClassName
{
border-color: #CEFD12;
}
.TagClassName
{
border-color: #CEFD12;
}
</style>