Shades of Electric Lime #CEEE0D
Tints of Electric Lime #CEEE0D
RGB
CMYK
RGB Variations
Color information
#CEEE0D (or 0xCEEE0D) is known color: Electric Lime. HEX triplet: CE, EE and 0D. RGB value is (206,238,13). Sum of RGB (Red+Green+Blue) = 206+238+13=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEE0D is #3111F2. Grayscale: #CBCBCB. Windows color (decimal): -3215859 or 913102. OLE color: 913102.
HSL color Cylindrical-coordinate representation of color #CEEE0D: hue angle of 68.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEEE0D is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 13 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.07 |
| HSL | 68.53º | 0.9% | 0.49% | - |
| HSV(B) | 68.53º | 0.95% | 0.93% | - |
| XYZ | 56.1 | 74.3 | 11.77 | - |
| YUV | 202.78 | 20.9 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 13 | 0.13 | 0 | 0.95 | 0.07 | 68.53 | 0.9 | 0.49 |
| Hex | CE | EE | D | D | 0 | 5F | 7 | 45 | 5A | 31 |
| Octal | 316 | 356 | 15 | 15 | 0 | 137 | 7 | 105 | 132 | 61 |
| Binary | 11001110 | 11101110 | 1101 | 1101 | 0 | 1011111 | 111 | 1000101 | 1011010 | 110001 |
Color Harmonies of #CEEE0D
Complementary color
Monochromatic Colors of #CEEE0D
Black with #CEEE0D
Text Example
Text Example
White with #CEEE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE0D; }
p { color: rgb(206,238,13); }
H1.HeaderClassName
{
color: #CEEE0D;
}
.AnyTagClassName
{
color: #CEEE0D;
}
</style>
background-color css
<style>
a { background-color: #CEEE0D; }
a { background-color: rgb(206,238,13); }
div.DivClassName
{
background-color: #CEEE0D;
}
.BgClassName
{
background-color: #CEEE0D;
}
</style>
border-color css
<style>
span { border-color: #CEEE0D; }
span { border-color: rgb(206,238,13); }
td.TdClassName
{
border-color: #CEEE0D;
}
.TagClassName
{
border-color: #CEEE0D;
}
</style>