Shades of Electric Lime #CEF912
Tints of Electric Lime #CEF912
RGB
CMYK
RGB Variations
Color information
#CEF912 (or 0xCEF912) is known color: Electric Lime. HEX triplet: CE, F9 and 12. RGB value is (206,249,18). Sum of RGB (Red+Green+Blue) = 206+249+18=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 249 (97.66% from 255 or 52.64% from 473); Blue value is 18 (7.42% from 255 or 3.81% from 473); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF912 is #3106ED. Grayscale: #D2D2D2. Windows color (decimal): -3213038 or 1243598. OLE color: 1243598.
HSL color Cylindrical-coordinate representation of color #CEF912: hue angle of 71.17º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEF912 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 18 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.02 |
| HSL | 71.17º | 0.95% | 0.52% | - |
| HSV(B) | 71.17º | 0.93% | 0.98% | - |
| XYZ | 59.44 | 80.92 | 13.06 | - |
| YUV | 209.81 | 19.75 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 18 | 0.17 | 0 | 0.93 | 0.02 | 71.17 | 0.95 | 0.52 |
| Hex | CE | F9 | 12 | 11 | 0 | 5D | 2 | 47 | 5F | 34 |
| Octal | 316 | 371 | 22 | 21 | 0 | 135 | 2 | 107 | 137 | 64 |
| Binary | 11001110 | 11111001 | 10010 | 10001 | 0 | 1011101 | 10 | 1000111 | 1011111 | 110100 |
Color Harmonies of #CEF912
Complementary color
Monochromatic Colors of #CEF912
Black with #CEF912
Text Example
Text Example
White with #CEF912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF912; }
p { color: rgb(206,249,18); }
H1.HeaderClassName
{
color: #CEF912;
}
.AnyTagClassName
{
color: #CEF912;
}
</style>
background-color css
<style>
a { background-color: #CEF912; }
a { background-color: rgb(206,249,18); }
div.DivClassName
{
background-color: #CEF912;
}
.BgClassName
{
background-color: #CEF912;
}
</style>
border-color css
<style>
span { border-color: #CEF912; }
span { border-color: rgb(206,249,18); }
td.TdClassName
{
border-color: #CEF912;
}
.TagClassName
{
border-color: #CEF912;
}
</style>