Shades of Electric Lime #CDE201
Tints of Electric Lime #CDE201
RGB
CMYK
RGB Variations
Color information
#CDE201 (or 0xCDE201) is known color: Electric Lime. HEX triplet: CD, E2 and 01. RGB value is (205,226,1). Sum of RGB (Red+Green+Blue) = 205+226+1=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 226 (88.67% from 255 or 52.31% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE201 is #321DFE. Grayscale: #C2C2C2. Windows color (decimal): -3284479 or 123597. OLE color: 123597.
HSL color Cylindrical-coordinate representation of color #CDE201: hue angle of 65.6º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDE201 is Cyan = 0.09, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 1 | - |
| CMYK | 0.09 | 0 | 1.00 | 0.11 |
| HSL | 65.6º | 0.99% | 0.45% | - |
| HSV(B) | 65.6º | 1% | 0.89% | - |
| XYZ | 52.38 | 67.37 | 10.27 | - |
| YUV | 194.07 | 19.04 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 1 | 0.09 | 0 | 1.00 | 0.11 | 65.6 | 0.99 | 0.45 |
| Hex | CD | E2 | 1 | 9 | 0 | 64 | B | 42 | 63 | 2D |
| Octal | 315 | 342 | 1 | 11 | 0 | 144 | 13 | 102 | 143 | 55 |
| Binary | 11001101 | 11100010 | 1 | 1001 | 0 | 1100100 | 1011 | 1000010 | 1100011 | 101101 |
Color Harmonies of #CDE201
Complementary color
Monochromatic Colors of #CDE201
Black with #CDE201
Text Example
Text Example
White with #CDE201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE201; }
p { color: rgb(205,226,1); }
H1.HeaderClassName
{
color: #CDE201;
}
.AnyTagClassName
{
color: #CDE201;
}
</style>
background-color css
<style>
a { background-color: #CDE201; }
a { background-color: rgb(205,226,1); }
div.DivClassName
{
background-color: #CDE201;
}
.BgClassName
{
background-color: #CDE201;
}
</style>
border-color css
<style>
span { border-color: #CDE201; }
span { border-color: rgb(205,226,1); }
td.TdClassName
{
border-color: #CDE201;
}
.TagClassName
{
border-color: #CDE201;
}
</style>