Shades of Electric Lime #CDFE11
Tints of Electric Lime #CDFE11
RGB
CMYK
RGB Variations
Color information
#CDFE11 (or 0xCDFE11) is known color: Electric Lime. HEX triplet: CD, FE and 11. RGB value is (205,254,17). Sum of RGB (Red+Green+Blue) = 205+254+17=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 254 (99.61% from 255 or 53.36% from 476); Blue value is 17 (7.03% from 255 or 3.57% from 476); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFE11 is #3201EE. Grayscale: #D5D5D5. Windows color (decimal): -3277295 or 1179341. OLE color: 1179341.
HSL color Cylindrical-coordinate representation of color #CDFE11: hue angle of 72.41º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDFE11 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 17 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.00 |
| HSL | 72.41º | 0.99% | 0.53% | - |
| HSV(B) | 72.41º | 0.93% | 1% | - |
| XYZ | 60.72 | 83.9 | 13.52 | - |
| YUV | 212.33 | 17.77 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 17 | 0.19 | 0 | 0.93 | 0.00 | 72.41 | 0.99 | 0.53 |
| Hex | CD | FE | 11 | 13 | 0 | 5D | 0 | 48 | 63 | 35 |
| Octal | 315 | 376 | 21 | 23 | 0 | 135 | 0 | 110 | 143 | 65 |
| Binary | 11001101 | 11111110 | 10001 | 10011 | 0 | 1011101 | 0 | 1001000 | 1100011 | 110101 |
Color Harmonies of #CDFE11
Complementary color
Monochromatic Colors of #CDFE11
Black with #CDFE11
Text Example
Text Example
White with #CDFE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE11; }
p { color: rgb(205,254,17); }
H1.HeaderClassName
{
color: #CDFE11;
}
.AnyTagClassName
{
color: #CDFE11;
}
</style>
background-color css
<style>
a { background-color: #CDFE11; }
a { background-color: rgb(205,254,17); }
div.DivClassName
{
background-color: #CDFE11;
}
.BgClassName
{
background-color: #CDFE11;
}
</style>
border-color css
<style>
span { border-color: #CDFE11; }
span { border-color: rgb(205,254,17); }
td.TdClassName
{
border-color: #CDFE11;
}
.TagClassName
{
border-color: #CDFE11;
}
</style>