Shades of Electric Lime #CDE900
Tints of Electric Lime #CDE900
RGB
CMYK
RGB Variations
Color information
#CDE900 (or 0xCDE900) is known color: Electric Lime. HEX triplet: CD, E9 and 00. RGB value is (205,233,0). Sum of RGB (Red+Green+Blue) = 205+233+0=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 233 (91.41% from 255 or 53.20% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE900 is #3216FF. Grayscale: #C6C6C6. Windows color (decimal): -3282688 or 59853. OLE color: 59853.
HSL color Cylindrical-coordinate representation of color #CDE900: hue angle of 67.21º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDE900 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.09 |
| HSL | 67.21º | 1% | 0.46% | - |
| HSV(B) | 67.21º | 1% | 0.91% | - |
| XYZ | 54.32 | 71.26 | 10.89 | - |
| YUV | 198.07 | 16.22 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 0 | 0.12 | 0 | 1 | 0.09 | 67.21 | 1 | 0.46 |
| Hex | CD | E9 | 0 | C | 0 | 64 | 9 | 43 | 64 | 2E |
| Octal | 315 | 351 | 0 | 14 | 0 | 144 | 11 | 103 | 144 | 56 |
| Binary | 11001101 | 11101001 | 0 | 1100 | 0 | 1100100 | 1001 | 1000011 | 1100100 | 101110 |
Color Harmonies of #CDE900
Complementary color
Monochromatic Colors of #CDE900
Black with #CDE900
Text Example
Text Example
White with #CDE900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE900; }
p { color: rgb(205,233,0); }
H1.HeaderClassName
{
color: #CDE900;
}
.AnyTagClassName
{
color: #CDE900;
}
</style>
background-color css
<style>
a { background-color: #CDE900; }
a { background-color: rgb(205,233,0); }
div.DivClassName
{
background-color: #CDE900;
}
.BgClassName
{
background-color: #CDE900;
}
</style>
border-color css
<style>
span { border-color: #CDE900; }
span { border-color: rgb(205,233,0); }
td.TdClassName
{
border-color: #CDE900;
}
.TagClassName
{
border-color: #CDE900;
}
</style>