Shades of Electric Lime #CEED0F
Tints of Electric Lime #CEED0F
RGB
CMYK
RGB Variations
Color information
#CEED0F (or 0xCEED0F) is known color: Electric Lime. HEX triplet: CE, ED and 0F. RGB value is (206,237,15). Sum of RGB (Red+Green+Blue) = 206+237+15=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 15 (6.25% from 255 or 3.28% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEED0F is #3112F0. Grayscale: #CBCBCB. Windows color (decimal): -3216113 or 1043918. OLE color: 1043918.
HSL color Cylindrical-coordinate representation of color #CEED0F: hue angle of 68.38º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEED0F is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 15 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.07 |
| HSL | 68.38º | 0.88% | 0.49% | - |
| HSV(B) | 68.38º | 0.94% | 0.93% | - |
| XYZ | 55.82 | 73.72 | 11.74 | - |
| YUV | 202.42 | 22.23 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 15 | 0.13 | 0 | 0.94 | 0.07 | 68.38 | 0.88 | 0.49 |
| Hex | CE | ED | F | D | 0 | 5E | 7 | 44 | 58 | 31 |
| Octal | 316 | 355 | 17 | 15 | 0 | 136 | 7 | 104 | 130 | 61 |
| Binary | 11001110 | 11101101 | 1111 | 1101 | 0 | 1011110 | 111 | 1000100 | 1011000 | 110001 |
Color Harmonies of #CEED0F
Complementary color
Monochromatic Colors of #CEED0F
Black with #CEED0F
Text Example
Text Example
White with #CEED0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED0F; }
p { color: rgb(206,237,15); }
H1.HeaderClassName
{
color: #CEED0F;
}
.AnyTagClassName
{
color: #CEED0F;
}
</style>
background-color css
<style>
a { background-color: #CEED0F; }
a { background-color: rgb(206,237,15); }
div.DivClassName
{
background-color: #CEED0F;
}
.BgClassName
{
background-color: #CEED0F;
}
</style>
border-color css
<style>
span { border-color: #CEED0F; }
span { border-color: rgb(206,237,15); }
td.TdClassName
{
border-color: #CEED0F;
}
.TagClassName
{
border-color: #CEED0F;
}
</style>