Shades of Electric Lime #CDFE20
Tints of Electric Lime #CDFE20
RGB
CMYK
RGB Variations
Color information
#CDFE20 (or 0xCDFE20) is known color: Electric Lime. HEX triplet: CD, FE and 20. RGB value is (205,254,32). Sum of RGB (Red+Green+Blue) = 205+254+32=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 32 (12.89% from 255 or 6.52% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFE20 is #3201DF. Grayscale: #D6D6D6. Windows color (decimal): -3277280 or 2162381. OLE color: 2162381.
HSL color Cylindrical-coordinate representation of color #CDFE20: hue angle of 73.24º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDFE20 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 32 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.00 |
| HSL | 73.24º | 0.99% | 0.56% | - |
| HSV(B) | 73.24º | 0.87% | 1% | - |
| XYZ | 60.88 | 83.97 | 14.37 | - |
| YUV | 214.04 | 25.27 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 32 | 0.19 | 0 | 0.87 | 0.00 | 73.24 | 0.99 | 0.56 |
| Hex | CD | FE | 20 | 13 | 0 | 57 | 0 | 49 | 63 | 38 |
| Octal | 315 | 376 | 40 | 23 | 0 | 127 | 0 | 111 | 143 | 70 |
| Binary | 11001101 | 11111110 | 100000 | 10011 | 0 | 1010111 | 0 | 1001001 | 1100011 | 111000 |
Color Harmonies of #CDFE20
Complementary color
Monochromatic Colors of #CDFE20
Black with #CDFE20
Text Example
Text Example
White with #CDFE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE20; }
p { color: rgb(205,254,32); }
H1.HeaderClassName
{
color: #CDFE20;
}
.AnyTagClassName
{
color: #CDFE20;
}
</style>
background-color css
<style>
a { background-color: #CDFE20; }
a { background-color: rgb(205,254,32); }
div.DivClassName
{
background-color: #CDFE20;
}
.BgClassName
{
background-color: #CDFE20;
}
</style>
border-color css
<style>
span { border-color: #CDFE20; }
span { border-color: rgb(205,254,32); }
td.TdClassName
{
border-color: #CDFE20;
}
.TagClassName
{
border-color: #CDFE20;
}
</style>