Shades of Electric Lime #CDF60F
Tints of Electric Lime #CDF60F
RGB
CMYK
RGB Variations
Color information
#CDF60F (or 0xCDF60F) is known color: Electric Lime. HEX triplet: CD, F6 and 0F. RGB value is (205,246,15). Sum of RGB (Red+Green+Blue) = 205+246+15=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 246 (96.48% from 255 or 52.79% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF60F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF60F is #3209F0. Grayscale: #D0D0D0. Windows color (decimal): -3279345 or 1046221. OLE color: 1046221.
HSL color Cylindrical-coordinate representation of color #CDF60F: hue angle of 70.65º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDF60F is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 15 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.04 |
| HSL | 70.65º | 0.93% | 0.51% | - |
| HSV(B) | 70.65º | 0.94% | 0.96% | - |
| XYZ | 58.22 | 78.93 | 12.62 | - |
| YUV | 207.41 | 19.42 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 15 | 0.17 | 0 | 0.94 | 0.04 | 70.65 | 0.93 | 0.51 |
| Hex | CD | F6 | F | 11 | 0 | 5E | 4 | 47 | 5D | 33 |
| Octal | 315 | 366 | 17 | 21 | 0 | 136 | 4 | 107 | 135 | 63 |
| Binary | 11001101 | 11110110 | 1111 | 10001 | 0 | 1011110 | 100 | 1000111 | 1011101 | 110011 |
Color Harmonies of #CDF60F
Complementary color
Monochromatic Colors of #CDF60F
Black with #CDF60F
Text Example
Text Example
White with #CDF60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF60F; }
p { color: rgb(205,246,15); }
H1.HeaderClassName
{
color: #CDF60F;
}
.AnyTagClassName
{
color: #CDF60F;
}
</style>
background-color css
<style>
a { background-color: #CDF60F; }
a { background-color: rgb(205,246,15); }
div.DivClassName
{
background-color: #CDF60F;
}
.BgClassName
{
background-color: #CDF60F;
}
</style>
border-color css
<style>
span { border-color: #CDF60F; }
span { border-color: rgb(205,246,15); }
td.TdClassName
{
border-color: #CDF60F;
}
.TagClassName
{
border-color: #CDF60F;
}
</style>