Shades of Electric Lime #CDF612
Tints of Electric Lime #CDF612
RGB
CMYK
RGB Variations
Color information
#CDF612 (or 0xCDF612) is known color: Electric Lime. HEX triplet: CD, F6 and 12. RGB value is (205,246,18). Sum of RGB (Red+Green+Blue) = 205+246+18=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 246 (96.48% from 255 or 52.45% from 469); Blue value is 18 (7.42% from 255 or 3.84% from 469); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF612 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF612 is #3209ED. Grayscale: #D0D0D0. Windows color (decimal): -3279342 or 1242829. OLE color: 1242829.
HSL color Cylindrical-coordinate representation of color #CDF612: hue angle of 70.79º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDF612 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 18 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.04 |
| HSL | 70.79º | 0.93% | 0.52% | - |
| HSV(B) | 70.79º | 0.93% | 0.96% | - |
| XYZ | 58.24 | 78.93 | 12.74 | - |
| YUV | 207.75 | 20.92 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 18 | 0.17 | 0 | 0.93 | 0.04 | 70.79 | 0.93 | 0.52 |
| Hex | CD | F6 | 12 | 11 | 0 | 5D | 4 | 47 | 5D | 34 |
| Octal | 315 | 366 | 22 | 21 | 0 | 135 | 4 | 107 | 135 | 64 |
| Binary | 11001101 | 11110110 | 10010 | 10001 | 0 | 1011101 | 100 | 1000111 | 1011101 | 110100 |
Color Harmonies of #CDF612
Complementary color
Monochromatic Colors of #CDF612
Black with #CDF612
Text Example
Text Example
White with #CDF612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF612; }
p { color: rgb(205,246,18); }
H1.HeaderClassName
{
color: #CDF612;
}
.AnyTagClassName
{
color: #CDF612;
}
</style>
background-color css
<style>
a { background-color: #CDF612; }
a { background-color: rgb(205,246,18); }
div.DivClassName
{
background-color: #CDF612;
}
.BgClassName
{
background-color: #CDF612;
}
</style>
border-color css
<style>
span { border-color: #CDF612; }
span { border-color: rgb(205,246,18); }
td.TdClassName
{
border-color: #CDF612;
}
.TagClassName
{
border-color: #CDF612;
}
</style>