Shades of Electric Lime #CDE20A
Tints of Electric Lime #CDE20A
RGB
CMYK
RGB Variations
Color information
#CDE20A (or 0xCDE20A) is known color: Electric Lime. HEX triplet: CD, E2 and 0A. RGB value is (205,226,10). Sum of RGB (Red+Green+Blue) = 205+226+10=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 226 (88.67% from 255 or 51.25% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE20A is #321DF5. Grayscale: #C3C3C3. Windows color (decimal): -3284470 or 713421. OLE color: 713421.
HSL color Cylindrical-coordinate representation of color #CDE20A: hue angle of 65.83º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDE20A is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 10 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.11 |
| HSL | 65.83º | 0.92% | 0.46% | - |
| HSV(B) | 65.83º | 0.96% | 0.89% | - |
| XYZ | 52.43 | 67.39 | 10.53 | - |
| YUV | 195.1 | 23.54 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 10 | 0.09 | 0 | 0.96 | 0.11 | 65.83 | 0.92 | 0.46 |
| Hex | CD | E2 | A | 9 | 0 | 60 | B | 42 | 5C | 2E |
| Octal | 315 | 342 | 12 | 11 | 0 | 140 | 13 | 102 | 134 | 56 |
| Binary | 11001101 | 11100010 | 1010 | 1001 | 0 | 1100000 | 1011 | 1000010 | 1011100 | 101110 |
Color Harmonies of #CDE20A
Complementary color
Monochromatic Colors of #CDE20A
Black with #CDE20A
Text Example
Text Example
White with #CDE20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE20A; }
p { color: rgb(205,226,10); }
H1.HeaderClassName
{
color: #CDE20A;
}
.AnyTagClassName
{
color: #CDE20A;
}
</style>
background-color css
<style>
a { background-color: #CDE20A; }
a { background-color: rgb(205,226,10); }
div.DivClassName
{
background-color: #CDE20A;
}
.BgClassName
{
background-color: #CDE20A;
}
</style>
border-color css
<style>
span { border-color: #CDE20A; }
span { border-color: rgb(205,226,10); }
td.TdClassName
{
border-color: #CDE20A;
}
.TagClassName
{
border-color: #CDE20A;
}
</style>