Shades of Electric Lime #CEE309
Tints of Electric Lime #CEE309
RGB
CMYK
RGB Variations
Color information
#CEE309 (or 0xCEE309) is known color: Electric Lime. HEX triplet: CE, E3 and 09. RGB value is (206,227,9). Sum of RGB (Red+Green+Blue) = 206+227+9=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 9 (3.91% from 255 or 2.04% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE309 is #311CF6. Grayscale: #C4C4C4. Windows color (decimal): -3218679 or 648142. OLE color: 648142.
HSL color Cylindrical-coordinate representation of color #CEE309: hue angle of 65.78º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEE309 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 9 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.11 |
| HSL | 65.78º | 0.92% | 0.46% | - |
| HSV(B) | 65.78º | 0.96% | 0.89% | - |
| XYZ | 52.97 | 68.08 | 10.61 | - |
| YUV | 195.87 | 22.54 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 9 | 0.09 | 0 | 0.96 | 0.11 | 65.78 | 0.92 | 0.46 |
| Hex | CE | E3 | 9 | 9 | 0 | 60 | B | 42 | 5C | 2E |
| Octal | 316 | 343 | 11 | 11 | 0 | 140 | 13 | 102 | 134 | 56 |
| Binary | 11001110 | 11100011 | 1001 | 1001 | 0 | 1100000 | 1011 | 1000010 | 1011100 | 101110 |
Color Harmonies of #CEE309
Complementary color
Monochromatic Colors of #CEE309
Black with #CEE309
Text Example
Text Example
White with #CEE309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE309; }
p { color: rgb(206,227,9); }
H1.HeaderClassName
{
color: #CEE309;
}
.AnyTagClassName
{
color: #CEE309;
}
</style>
background-color css
<style>
a { background-color: #CEE309; }
a { background-color: rgb(206,227,9); }
div.DivClassName
{
background-color: #CEE309;
}
.BgClassName
{
background-color: #CEE309;
}
</style>
border-color css
<style>
span { border-color: #CEE309; }
span { border-color: rgb(206,227,9); }
td.TdClassName
{
border-color: #CEE309;
}
.TagClassName
{
border-color: #CEE309;
}
</style>