Shades of Electric Lime #CDF507
Tints of Electric Lime #CDF507
RGB
CMYK
RGB Variations
Color information
#CDF507 (or 0xCDF507) is known color: Electric Lime. HEX triplet: CD, F5 and 07. RGB value is (205,245,7). Sum of RGB (Red+Green+Blue) = 205+245+7=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 245 (96.09% from 255 or 53.61% from 457); Blue value is 7 (3.12% from 255 or 1.53% from 457); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF507 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF507 is #320AF8. Grayscale: #CECECE. Windows color (decimal): -3279609 or 521677. OLE color: 521677.
HSL color Cylindrical-coordinate representation of color #CDF507: hue angle of 70.08º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDF507 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 7 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.04 |
| HSL | 70.08º | 0.94% | 0.49% | - |
| HSV(B) | 70.08º | 0.97% | 0.96% | - |
| XYZ | 57.87 | 78.3 | 12.26 | - |
| YUV | 205.91 | 15.75 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 7 | 0.16 | 0 | 0.97 | 0.04 | 70.08 | 0.94 | 0.49 |
| Hex | CD | F5 | 7 | 10 | 0 | 61 | 4 | 46 | 5E | 31 |
| Octal | 315 | 365 | 7 | 20 | 0 | 141 | 4 | 106 | 136 | 61 |
| Binary | 11001101 | 11110101 | 111 | 10000 | 0 | 1100001 | 100 | 1000110 | 1011110 | 110001 |
Color Harmonies of #CDF507
Complementary color
Monochromatic Colors of #CDF507
Black with #CDF507
Text Example
Text Example
White with #CDF507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF507; }
p { color: rgb(205,245,7); }
H1.HeaderClassName
{
color: #CDF507;
}
.AnyTagClassName
{
color: #CDF507;
}
</style>
background-color css
<style>
a { background-color: #CDF507; }
a { background-color: rgb(205,245,7); }
div.DivClassName
{
background-color: #CDF507;
}
.BgClassName
{
background-color: #CDF507;
}
</style>
border-color css
<style>
span { border-color: #CDF507; }
span { border-color: rgb(205,245,7); }
td.TdClassName
{
border-color: #CDF507;
}
.TagClassName
{
border-color: #CDF507;
}
</style>