Shades of Electric Lime #CDF905
Tints of Electric Lime #CDF905
RGB
CMYK
RGB Variations
Color information
#CDF905 (or 0xCDF905) is known color: Electric Lime. HEX triplet: CD, F9 and 05. RGB value is (205,249,5). Sum of RGB (Red+Green+Blue) = 205+249+5=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 249 (97.66% from 255 or 54.25% from 459); Blue value is 5 (2.34% from 255 or 1.09% from 459); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF905 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF905 is #3206FA. Grayscale: #D0D0D0. Windows color (decimal): -3278587 or 391629. OLE color: 391629.
HSL color Cylindrical-coordinate representation of color #CDF905: hue angle of 70.82º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDF905 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.02 |
| HSL | 70.82º | 0.96% | 0.5% | - |
| HSV(B) | 70.82º | 0.98% | 0.98% | - |
| XYZ | 59.08 | 80.74 | 12.61 | - |
| YUV | 208.03 | 13.42 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 5 | 0.18 | 0 | 0.98 | 0.02 | 70.82 | 0.96 | 0.5 |
| Hex | CD | F9 | 5 | 12 | 0 | 62 | 2 | 47 | 60 | 32 |
| Octal | 315 | 371 | 5 | 22 | 0 | 142 | 2 | 107 | 140 | 62 |
| Binary | 11001101 | 11111001 | 101 | 10010 | 0 | 1100010 | 10 | 1000111 | 1100000 | 110010 |
Color Harmonies of #CDF905
Complementary color
Monochromatic Colors of #CDF905
Black with #CDF905
Text Example
Text Example
White with #CDF905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF905; }
p { color: rgb(205,249,5); }
H1.HeaderClassName
{
color: #CDF905;
}
.AnyTagClassName
{
color: #CDF905;
}
</style>
background-color css
<style>
a { background-color: #CDF905; }
a { background-color: rgb(205,249,5); }
div.DivClassName
{
background-color: #CDF905;
}
.BgClassName
{
background-color: #CDF905;
}
</style>
border-color css
<style>
span { border-color: #CDF905; }
span { border-color: rgb(205,249,5); }
td.TdClassName
{
border-color: #CDF905;
}
.TagClassName
{
border-color: #CDF905;
}
</style>