Shades of Electric Lime #CDE908
Tints of Electric Lime #CDE908
RGB
CMYK
RGB Variations
Color information
#CDE908 (or 0xCDE908) is known color: Electric Lime. HEX triplet: CD, E9 and 08. RGB value is (205,233,8). Sum of RGB (Red+Green+Blue) = 205+233+8=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 233 (91.41% from 255 or 52.24% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE908 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE908 is #3216F7. Grayscale: #C7C7C7. Windows color (decimal): -3282680 or 584141. OLE color: 584141.
HSL color Cylindrical-coordinate representation of color #CDE908: hue angle of 67.47º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDE908 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 8 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.09 |
| HSL | 67.47º | 0.93% | 0.47% | - |
| HSV(B) | 67.47º | 0.97% | 0.91% | - |
| XYZ | 54.36 | 71.27 | 11.12 | - |
| YUV | 198.98 | 20.22 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 8 | 0.12 | 0 | 0.97 | 0.09 | 67.47 | 0.93 | 0.47 |
| Hex | CD | E9 | 8 | C | 0 | 61 | 9 | 43 | 5D | 2F |
| Octal | 315 | 351 | 10 | 14 | 0 | 141 | 11 | 103 | 135 | 57 |
| Binary | 11001101 | 11101001 | 1000 | 1100 | 0 | 1100001 | 1001 | 1000011 | 1011101 | 101111 |
Color Harmonies of #CDE908
Complementary color
Monochromatic Colors of #CDE908
Black with #CDE908
Text Example
Text Example
White with #CDE908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE908; }
p { color: rgb(205,233,8); }
H1.HeaderClassName
{
color: #CDE908;
}
.AnyTagClassName
{
color: #CDE908;
}
</style>
background-color css
<style>
a { background-color: #CDE908; }
a { background-color: rgb(205,233,8); }
div.DivClassName
{
background-color: #CDE908;
}
.BgClassName
{
background-color: #CDE908;
}
</style>
border-color css
<style>
span { border-color: #CDE908; }
span { border-color: rgb(205,233,8); }
td.TdClassName
{
border-color: #CDE908;
}
.TagClassName
{
border-color: #CDE908;
}
</style>