Shades of Electric Lime #CDE707
Tints of Electric Lime #CDE707
RGB
CMYK
RGB Variations
Color information
#CDE707 (or 0xCDE707) is known color: Electric Lime. HEX triplet: CD, E7 and 07. RGB value is (205,231,7). Sum of RGB (Red+Green+Blue) = 205+231+7=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 231 (90.62% from 255 or 52.14% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE707 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE707 is #3218F8. Grayscale: #C6C6C6. Windows color (decimal): -3283193 or 518093. OLE color: 518093.
HSL color Cylindrical-coordinate representation of color #CDE707: hue angle of 66.96º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDE707 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.09 |
| HSL | 66.96º | 0.94% | 0.47% | - |
| HSV(B) | 66.96º | 0.97% | 0.91% | - |
| XYZ | 53.79 | 70.15 | 10.91 | - |
| YUV | 197.69 | 20.39 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 7 | 0.11 | 0 | 0.97 | 0.09 | 66.96 | 0.94 | 0.47 |
| Hex | CD | E7 | 7 | B | 0 | 61 | 9 | 43 | 5E | 2F |
| Octal | 315 | 347 | 7 | 13 | 0 | 141 | 11 | 103 | 136 | 57 |
| Binary | 11001101 | 11100111 | 111 | 1011 | 0 | 1100001 | 1001 | 1000011 | 1011110 | 101111 |
Color Harmonies of #CDE707
Complementary color
Monochromatic Colors of #CDE707
Black with #CDE707
Text Example
Text Example
White with #CDE707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE707; }
p { color: rgb(205,231,7); }
H1.HeaderClassName
{
color: #CDE707;
}
.AnyTagClassName
{
color: #CDE707;
}
</style>
background-color css
<style>
a { background-color: #CDE707; }
a { background-color: rgb(205,231,7); }
div.DivClassName
{
background-color: #CDE707;
}
.BgClassName
{
background-color: #CDE707;
}
</style>
border-color css
<style>
span { border-color: #CDE707; }
span { border-color: rgb(205,231,7); }
td.TdClassName
{
border-color: #CDE707;
}
.TagClassName
{
border-color: #CDE707;
}
</style>