Shades of Electric Lime #CDF614
Tints of Electric Lime #CDF614
RGB
CMYK
RGB Variations
Color information
#CDF614 (or 0xCDF614) is known color: Electric Lime. HEX triplet: CD, F6 and 14. RGB value is (205,246,20). Sum of RGB (Red+Green+Blue) = 205+246+20=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 246 (96.48% from 255 or 52.23% from 471); Blue value is 20 (8.20% from 255 or 4.25% from 471); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF614 is #3209EB. Grayscale: #D0D0D0. Windows color (decimal): -3279340 or 1373901. OLE color: 1373901.
HSL color Cylindrical-coordinate representation of color #CDF614: hue angle of 70.88º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDF614 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 20 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.04 |
| HSL | 70.88º | 0.93% | 0.52% | - |
| HSV(B) | 70.88º | 0.92% | 0.96% | - |
| XYZ | 58.26 | 78.94 | 12.83 | - |
| YUV | 207.98 | 21.92 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 20 | 0.17 | 0 | 0.92 | 0.04 | 70.88 | 0.93 | 0.52 |
| Hex | CD | F6 | 14 | 11 | 0 | 5C | 4 | 47 | 5D | 34 |
| Octal | 315 | 366 | 24 | 21 | 0 | 134 | 4 | 107 | 135 | 64 |
| Binary | 11001101 | 11110110 | 10100 | 10001 | 0 | 1011100 | 100 | 1000111 | 1011101 | 110100 |
Color Harmonies of #CDF614
Complementary color
Monochromatic Colors of #CDF614
Black with #CDF614
Text Example
Text Example
White with #CDF614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF614; }
p { color: rgb(205,246,20); }
H1.HeaderClassName
{
color: #CDF614;
}
.AnyTagClassName
{
color: #CDF614;
}
</style>
background-color css
<style>
a { background-color: #CDF614; }
a { background-color: rgb(205,246,20); }
div.DivClassName
{
background-color: #CDF614;
}
.BgClassName
{
background-color: #CDF614;
}
</style>
border-color css
<style>
span { border-color: #CDF614; }
span { border-color: rgb(205,246,20); }
td.TdClassName
{
border-color: #CDF614;
}
.TagClassName
{
border-color: #CDF614;
}
</style>