Shades of Electric Lime #CEED09
Tints of Electric Lime #CEED09
RGB
CMYK
RGB Variations
Color information
#CEED09 (or 0xCEED09) is known color: Electric Lime. HEX triplet: CE, ED and 09. RGB value is (206,237,9). Sum of RGB (Red+Green+Blue) = 206+237+9=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 9 (3.91% from 255 or 1.99% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEED09 is #3112F6. Grayscale: #CACACA. Windows color (decimal): -3216119 or 650702. OLE color: 650702.
HSL color Cylindrical-coordinate representation of color #CEED09: hue angle of 68.16º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEED09 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 9 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.07 |
| HSL | 68.16º | 0.93% | 0.48% | - |
| HSV(B) | 68.16º | 0.96% | 0.93% | - |
| XYZ | 55.79 | 73.71 | 11.55 | - |
| YUV | 201.74 | 19.23 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 9 | 0.13 | 0 | 0.96 | 0.07 | 68.16 | 0.93 | 0.48 |
| Hex | CE | ED | 9 | D | 0 | 60 | 7 | 44 | 5D | 30 |
| Octal | 316 | 355 | 11 | 15 | 0 | 140 | 7 | 104 | 135 | 60 |
| Binary | 11001110 | 11101101 | 1001 | 1101 | 0 | 1100000 | 111 | 1000100 | 1011101 | 110000 |
Color Harmonies of #CEED09
Complementary color
Monochromatic Colors of #CEED09
Black with #CEED09
Text Example
Text Example
White with #CEED09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED09; }
p { color: rgb(206,237,9); }
H1.HeaderClassName
{
color: #CEED09;
}
.AnyTagClassName
{
color: #CEED09;
}
</style>
background-color css
<style>
a { background-color: #CEED09; }
a { background-color: rgb(206,237,9); }
div.DivClassName
{
background-color: #CEED09;
}
.BgClassName
{
background-color: #CEED09;
}
</style>
border-color css
<style>
span { border-color: #CEED09; }
span { border-color: rgb(206,237,9); }
td.TdClassName
{
border-color: #CEED09;
}
.TagClassName
{
border-color: #CEED09;
}
</style>