Shades of Electric Lime #CEE305
Tints of Electric Lime #CEE305
RGB
CMYK
RGB Variations
Color information
#CEE305 (or 0xCEE305) is known color: Electric Lime. HEX triplet: CE, E3 and 05. RGB value is (206,227,5). Sum of RGB (Red+Green+Blue) = 206+227+5=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 227 (89.06% from 255 or 51.83% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE305 is #311CFA. Grayscale: #C4C4C4. Windows color (decimal): -3218683 or 385998. OLE color: 385998.
HSL color Cylindrical-coordinate representation of color #CEE305: hue angle of 65.68º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEE305 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 5 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.11 |
| HSL | 65.68º | 0.96% | 0.45% | - |
| HSV(B) | 65.68º | 0.98% | 0.89% | - |
| XYZ | 52.95 | 68.07 | 10.49 | - |
| YUV | 195.41 | 20.54 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 5 | 0.09 | 0 | 0.98 | 0.11 | 65.68 | 0.96 | 0.45 |
| Hex | CE | E3 | 5 | 9 | 0 | 62 | B | 42 | 60 | 2D |
| Octal | 316 | 343 | 5 | 11 | 0 | 142 | 13 | 102 | 140 | 55 |
| Binary | 11001110 | 11100011 | 101 | 1001 | 0 | 1100010 | 1011 | 1000010 | 1100000 | 101101 |
Color Harmonies of #CEE305
Complementary color
Monochromatic Colors of #CEE305
Black with #CEE305
Text Example
Text Example
White with #CEE305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE305; }
p { color: rgb(206,227,5); }
H1.HeaderClassName
{
color: #CEE305;
}
.AnyTagClassName
{
color: #CEE305;
}
</style>
background-color css
<style>
a { background-color: #CEE305; }
a { background-color: rgb(206,227,5); }
div.DivClassName
{
background-color: #CEE305;
}
.BgClassName
{
background-color: #CEE305;
}
</style>
border-color css
<style>
span { border-color: #CEE305; }
span { border-color: rgb(206,227,5); }
td.TdClassName
{
border-color: #CEE305;
}
.TagClassName
{
border-color: #CEE305;
}
</style>