Shades of Electric Lime #CDF615
Tints of Electric Lime #CDF615
RGB
CMYK
RGB Variations
Color information
#CDF615 (or 0xCDF615) is known color: Electric Lime. HEX triplet: CD, F6 and 15. RGB value is (205,246,21). Sum of RGB (Red+Green+Blue) = 205+246+21=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 246 (96.48% from 255 or 52.12% from 472); Blue value is 21 (8.59% from 255 or 4.45% from 472); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF615 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF615 is #3209EA. Grayscale: #D0D0D0. Windows color (decimal): -3279339 or 1439437. OLE color: 1439437.
HSL color Cylindrical-coordinate representation of color #CDF615: hue angle of 70.93º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDF615 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 21 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.04 |
| HSL | 70.93º | 0.93% | 0.52% | - |
| HSV(B) | 70.93º | 0.91% | 0.96% | - |
| XYZ | 58.27 | 78.94 | 12.88 | - |
| YUV | 208.09 | 22.42 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 21 | 0.17 | 0 | 0.91 | 0.04 | 70.93 | 0.93 | 0.52 |
| Hex | CD | F6 | 15 | 11 | 0 | 5B | 4 | 47 | 5D | 34 |
| Octal | 315 | 366 | 25 | 21 | 0 | 133 | 4 | 107 | 135 | 64 |
| Binary | 11001101 | 11110110 | 10101 | 10001 | 0 | 1011011 | 100 | 1000111 | 1011101 | 110100 |
Color Harmonies of #CDF615
Complementary color
Monochromatic Colors of #CDF615
Black with #CDF615
Text Example
Text Example
White with #CDF615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF615; }
p { color: rgb(205,246,21); }
H1.HeaderClassName
{
color: #CDF615;
}
.AnyTagClassName
{
color: #CDF615;
}
</style>
background-color css
<style>
a { background-color: #CDF615; }
a { background-color: rgb(205,246,21); }
div.DivClassName
{
background-color: #CDF615;
}
.BgClassName
{
background-color: #CDF615;
}
</style>
border-color css
<style>
span { border-color: #CDF615; }
span { border-color: rgb(205,246,21); }
td.TdClassName
{
border-color: #CDF615;
}
.TagClassName
{
border-color: #CDF615;
}
</style>