Shades of Electric Lime #CDE90E
Tints of Electric Lime #CDE90E
RGB
CMYK
RGB Variations
Color information
#CDE90E (or 0xCDE90E) is known color: Electric Lime. HEX triplet: CD, E9 and 0E. RGB value is (205,233,14). Sum of RGB (Red+Green+Blue) = 205+233+14=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 233 (91.41% from 255 or 51.55% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE90E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE90E is #3216F1. Grayscale: #C8C8C8. Windows color (decimal): -3282674 or 977357. OLE color: 977357.
HSL color Cylindrical-coordinate representation of color #CDE90E: hue angle of 67.67º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDE90E is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 14 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.09 |
| HSL | 67.67º | 0.89% | 0.48% | - |
| HSV(B) | 67.67º | 0.94% | 0.91% | - |
| XYZ | 54.4 | 71.29 | 11.31 | - |
| YUV | 199.66 | 23.22 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 14 | 0.12 | 0 | 0.94 | 0.09 | 67.67 | 0.89 | 0.48 |
| Hex | CD | E9 | E | C | 0 | 5E | 9 | 44 | 59 | 30 |
| Octal | 315 | 351 | 16 | 14 | 0 | 136 | 11 | 104 | 131 | 60 |
| Binary | 11001101 | 11101001 | 1110 | 1100 | 0 | 1011110 | 1001 | 1000100 | 1011001 | 110000 |
Color Harmonies of #CDE90E
Complementary color
Monochromatic Colors of #CDE90E
Black with #CDE90E
Text Example
Text Example
White with #CDE90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE90E; }
p { color: rgb(205,233,14); }
H1.HeaderClassName
{
color: #CDE90E;
}
.AnyTagClassName
{
color: #CDE90E;
}
</style>
background-color css
<style>
a { background-color: #CDE90E; }
a { background-color: rgb(205,233,14); }
div.DivClassName
{
background-color: #CDE90E;
}
.BgClassName
{
background-color: #CDE90E;
}
</style>
border-color css
<style>
span { border-color: #CDE90E; }
span { border-color: rgb(205,233,14); }
td.TdClassName
{
border-color: #CDE90E;
}
.TagClassName
{
border-color: #CDE90E;
}
</style>