Shades of Electric Lime #CEF90C
Tints of Electric Lime #CEF90C
RGB
CMYK
RGB Variations
Color information
#CEF90C (or 0xCEF90C) is known color: Electric Lime. HEX triplet: CE, F9 and 0C. RGB value is (206,249,12). Sum of RGB (Red+Green+Blue) = 206+249+12=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF90C is #3106F3. Grayscale: #D2D2D2. Windows color (decimal): -3213044 or 850382. OLE color: 850382.
HSL color Cylindrical-coordinate representation of color #CEF90C: hue angle of 70.89º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEF90C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 12 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.02 |
| HSL | 70.89º | 0.95% | 0.51% | - |
| HSV(B) | 70.89º | 0.95% | 0.98% | - |
| XYZ | 59.4 | 80.9 | 12.83 | - |
| YUV | 209.13 | 16.75 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 12 | 0.17 | 0 | 0.95 | 0.02 | 70.89 | 0.95 | 0.51 |
| Hex | CE | F9 | C | 11 | 0 | 5F | 2 | 47 | 5F | 33 |
| Octal | 316 | 371 | 14 | 21 | 0 | 137 | 2 | 107 | 137 | 63 |
| Binary | 11001110 | 11111001 | 1100 | 10001 | 0 | 1011111 | 10 | 1000111 | 1011111 | 110011 |
Color Harmonies of #CEF90C
Complementary color
Monochromatic Colors of #CEF90C
Black with #CEF90C
Text Example
Text Example
White with #CEF90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF90C; }
p { color: rgb(206,249,12); }
H1.HeaderClassName
{
color: #CEF90C;
}
.AnyTagClassName
{
color: #CEF90C;
}
</style>
background-color css
<style>
a { background-color: #CEF90C; }
a { background-color: rgb(206,249,12); }
div.DivClassName
{
background-color: #CEF90C;
}
.BgClassName
{
background-color: #CEF90C;
}
</style>
border-color css
<style>
span { border-color: #CEF90C; }
span { border-color: rgb(206,249,12); }
td.TdClassName
{
border-color: #CEF90C;
}
.TagClassName
{
border-color: #CEF90C;
}
</style>