Shades of Electric Lime #CDFF14
Tints of Electric Lime #CDFF14
RGB
CMYK
RGB Variations
Color information
#CDFF14 (or 0xCDFF14) is known color: Electric Lime. HEX triplet: CD, FF and 14. RGB value is (205,255,20). Sum of RGB (Red+Green+Blue) = 205+255+20=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 20 (8.20% from 255 or 4.17% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFF14 is #3200EB. Grayscale: #D6D6D6. Windows color (decimal): -3277036 or 1376205. OLE color: 1376205.
HSL color Cylindrical-coordinate representation of color #CDFF14: hue angle of 72.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDFF14 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 20 | - |
| CMYK | 0.20 | 0 | 0.92 | 0 |
| HSL | 72.77º | 1% | 0.54% | - |
| HSV(B) | 72.77º | 0.92% | 1% | - |
| XYZ | 61.06 | 84.55 | 13.76 | - |
| YUV | 213.26 | 18.94 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 20 | 0.20 | 0 | 0.92 | 0 | 72.77 | 1 | 0.54 |
| Hex | CD | FF | 14 | 14 | 0 | 5C | 0 | 49 | 64 | 36 |
| Octal | 315 | 377 | 24 | 24 | 0 | 134 | 0 | 111 | 144 | 66 |
| Binary | 11001101 | 11111111 | 10100 | 10100 | 0 | 1011100 | 0 | 1001001 | 1100100 | 110110 |
Color Harmonies of #CDFF14
Complementary color
Monochromatic Colors of #CDFF14
Black with #CDFF14
Text Example
Text Example
White with #CDFF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF14; }
p { color: rgb(205,255,20); }
H1.HeaderClassName
{
color: #CDFF14;
}
.AnyTagClassName
{
color: #CDFF14;
}
</style>
background-color css
<style>
a { background-color: #CDFF14; }
a { background-color: rgb(205,255,20); }
div.DivClassName
{
background-color: #CDFF14;
}
.BgClassName
{
background-color: #CDFF14;
}
</style>
border-color css
<style>
span { border-color: #CDFF14; }
span { border-color: rgb(205,255,20); }
td.TdClassName
{
border-color: #CDFF14;
}
.TagClassName
{
border-color: #CDFF14;
}
</style>