Shades of Electric Lime #CEE308
Tints of Electric Lime #CEE308
RGB
CMYK
RGB Variations
Color information
#CEE308 (or 0xCEE308) is known color: Electric Lime. HEX triplet: CE, E3 and 08. RGB value is (206,227,8). Sum of RGB (Red+Green+Blue) = 206+227+8=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 227 (89.06% from 255 or 51.47% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE308 is #311CF7. Grayscale: #C4C4C4. Windows color (decimal): -3218680 or 582606. OLE color: 582606.
HSL color Cylindrical-coordinate representation of color #CEE308: hue angle of 65.75º degrees, saturation: 0.93, 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 #CEE308 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 8 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.11 |
| HSL | 65.75º | 0.93% | 0.46% | - |
| HSV(B) | 65.75º | 0.96% | 0.89% | - |
| XYZ | 52.97 | 68.08 | 10.58 | - |
| YUV | 195.76 | 22.04 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 8 | 0.09 | 0 | 0.96 | 0.11 | 65.75 | 0.93 | 0.46 |
| Hex | CE | E3 | 8 | 9 | 0 | 60 | B | 42 | 5D | 2E |
| Octal | 316 | 343 | 10 | 11 | 0 | 140 | 13 | 102 | 135 | 56 |
| Binary | 11001110 | 11100011 | 1000 | 1001 | 0 | 1100000 | 1011 | 1000010 | 1011101 | 101110 |
Color Harmonies of #CEE308
Complementary color
Monochromatic Colors of #CEE308
Black with #CEE308
Text Example
Text Example
White with #CEE308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE308; }
p { color: rgb(206,227,8); }
H1.HeaderClassName
{
color: #CEE308;
}
.AnyTagClassName
{
color: #CEE308;
}
</style>
background-color css
<style>
a { background-color: #CEE308; }
a { background-color: rgb(206,227,8); }
div.DivClassName
{
background-color: #CEE308;
}
.BgClassName
{
background-color: #CEE308;
}
</style>
border-color css
<style>
span { border-color: #CEE308; }
span { border-color: rgb(206,227,8); }
td.TdClassName
{
border-color: #CEE308;
}
.TagClassName
{
border-color: #CEE308;
}
</style>