Shades of Electric Lime #CDF310
Tints of Electric Lime #CDF310
RGB
CMYK
RGB Variations
Color information
#CDF310 (or 0xCDF310) is known color: Electric Lime. HEX triplet: CD, F3 and 10. RGB value is (205,243,16). Sum of RGB (Red+Green+Blue) = 205+243+16=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 243 (95.31% from 255 or 52.37% from 464); Blue value is 16 (6.64% from 255 or 3.45% from 464); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF310 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF310 is #320CEF. Grayscale: #CECECE. Windows color (decimal): -3280112 or 1110989. OLE color: 1110989.
HSL color Cylindrical-coordinate representation of color #CDF310: hue angle of 70.04º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDF310 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 16 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.05 |
| HSL | 70.04º | 0.9% | 0.51% | - |
| HSV(B) | 70.04º | 0.93% | 0.95% | - |
| XYZ | 57.32 | 77.12 | 12.35 | - |
| YUV | 205.76 | 20.91 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 16 | 0.16 | 0 | 0.93 | 0.05 | 70.04 | 0.9 | 0.51 |
| Hex | CD | F3 | 10 | 10 | 0 | 5D | 5 | 46 | 5A | 33 |
| Octal | 315 | 363 | 20 | 20 | 0 | 135 | 5 | 106 | 132 | 63 |
| Binary | 11001101 | 11110011 | 10000 | 10000 | 0 | 1011101 | 101 | 1000110 | 1011010 | 110011 |
Color Harmonies of #CDF310
Complementary color
Monochromatic Colors of #CDF310
Black with #CDF310
Text Example
Text Example
White with #CDF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF310; }
p { color: rgb(205,243,16); }
H1.HeaderClassName
{
color: #CDF310;
}
.AnyTagClassName
{
color: #CDF310;
}
</style>
background-color css
<style>
a { background-color: #CDF310; }
a { background-color: rgb(205,243,16); }
div.DivClassName
{
background-color: #CDF310;
}
.BgClassName
{
background-color: #CDF310;
}
</style>
border-color css
<style>
span { border-color: #CDF310; }
span { border-color: rgb(205,243,16); }
td.TdClassName
{
border-color: #CDF310;
}
.TagClassName
{
border-color: #CDF310;
}
</style>