Shades of Electric Lime #CDF012
Tints of Electric Lime #CDF012
RGB
CMYK
RGB Variations
Color information
#CDF012 (or 0xCDF012) is known color: Electric Lime. HEX triplet: CD, F0 and 12. RGB value is (205,240,18). Sum of RGB (Red+Green+Blue) = 205+240+18=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF012 is #320FED. Grayscale: #CDCDCD. Windows color (decimal): -3280878 or 1241293. OLE color: 1241293.
HSL color Cylindrical-coordinate representation of color #CDF012: hue angle of 69.46º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDF012 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 18 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.06 |
| HSL | 69.46º | 0.88% | 0.51% | - |
| HSV(B) | 69.46º | 0.93% | 0.94% | - |
| XYZ | 56.45 | 75.34 | 12.14 | - |
| YUV | 204.23 | 22.9 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 18 | 0.15 | 0 | 0.92 | 0.06 | 69.46 | 0.88 | 0.51 |
| Hex | CD | F0 | 12 | F | 0 | 5C | 6 | 45 | 58 | 33 |
| Octal | 315 | 360 | 22 | 17 | 0 | 134 | 6 | 105 | 130 | 63 |
| Binary | 11001101 | 11110000 | 10010 | 1111 | 0 | 1011100 | 110 | 1000101 | 1011000 | 110011 |
Color Harmonies of #CDF012
Complementary color
Monochromatic Colors of #CDF012
Black with #CDF012
Text Example
Text Example
White with #CDF012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF012; }
p { color: rgb(205,240,18); }
H1.HeaderClassName
{
color: #CDF012;
}
.AnyTagClassName
{
color: #CDF012;
}
</style>
background-color css
<style>
a { background-color: #CDF012; }
a { background-color: rgb(205,240,18); }
div.DivClassName
{
background-color: #CDF012;
}
.BgClassName
{
background-color: #CDF012;
}
</style>
border-color css
<style>
span { border-color: #CDF012; }
span { border-color: rgb(205,240,18); }
td.TdClassName
{
border-color: #CDF012;
}
.TagClassName
{
border-color: #CDF012;
}
</style>