Shades of Electric Lime #CEEF0F
Tints of Electric Lime #CEEF0F
RGB
CMYK
RGB Variations
Color information
#CEEF0F (or 0xCEEF0F) is known color: Electric Lime. HEX triplet: CE, EF and 0F. RGB value is (206,239,15). Sum of RGB (Red+Green+Blue) = 206+239+15=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 239 (93.75% from 255 or 51.96% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEF0F is #3110F0. Grayscale: #CCCCCC. Windows color (decimal): -3215601 or 1044430. OLE color: 1044430.
HSL color Cylindrical-coordinate representation of color #CEEF0F: hue angle of 68.84º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEEF0F is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 239 | 15 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.06 |
| HSL | 68.84º | 0.88% | 0.5% | - |
| HSV(B) | 68.84º | 0.94% | 0.94% | - |
| XYZ | 56.41 | 74.89 | 11.93 | - |
| YUV | 203.6 | 21.57 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 239 | 15 | 0.14 | 0 | 0.94 | 0.06 | 68.84 | 0.88 | 0.5 |
| Hex | CE | EF | F | E | 0 | 5E | 6 | 45 | 58 | 32 |
| Octal | 316 | 357 | 17 | 16 | 0 | 136 | 6 | 105 | 130 | 62 |
| Binary | 11001110 | 11101111 | 1111 | 1110 | 0 | 1011110 | 110 | 1000101 | 1011000 | 110010 |
Color Harmonies of #CEEF0F
Complementary color
Monochromatic Colors of #CEEF0F
Black with #CEEF0F
Text Example
Text Example
White with #CEEF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEF0F; }
p { color: rgb(206,239,15); }
H1.HeaderClassName
{
color: #CEEF0F;
}
.AnyTagClassName
{
color: #CEEF0F;
}
</style>
background-color css
<style>
a { background-color: #CEEF0F; }
a { background-color: rgb(206,239,15); }
div.DivClassName
{
background-color: #CEEF0F;
}
.BgClassName
{
background-color: #CEEF0F;
}
</style>
border-color css
<style>
span { border-color: #CEEF0F; }
span { border-color: rgb(206,239,15); }
td.TdClassName
{
border-color: #CEEF0F;
}
.TagClassName
{
border-color: #CEEF0F;
}
</style>