Shades of Electric Lime #CDE607
Tints of Electric Lime #CDE607
RGB
CMYK
RGB Variations
Color information
#CDE607 (or 0xCDE607) is known color: Electric Lime. HEX triplet: CD, E6 and 07. RGB value is (205,230,7). Sum of RGB (Red+Green+Blue) = 205+230+7=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 230 (90.23% from 255 or 52.04% from 442); Blue value is 7 (3.12% from 255 or 1.58% from 442); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE607 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE607 is #3219F8. Grayscale: #C5C5C5. Windows color (decimal): -3283449 or 517837. OLE color: 517837.
HSL color Cylindrical-coordinate representation of color #CDE607: hue angle of 66.73º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDE607 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.10 |
| HSL | 66.73º | 0.94% | 0.46% | - |
| HSV(B) | 66.73º | 0.97% | 0.9% | - |
| XYZ | 53.51 | 69.59 | 10.81 | - |
| YUV | 197.1 | 20.72 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 7 | 0.11 | 0 | 0.97 | 0.10 | 66.73 | 0.94 | 0.46 |
| Hex | CD | E6 | 7 | B | 0 | 61 | A | 43 | 5E | 2E |
| Octal | 315 | 346 | 7 | 13 | 0 | 141 | 12 | 103 | 136 | 56 |
| Binary | 11001101 | 11100110 | 111 | 1011 | 0 | 1100001 | 1010 | 1000011 | 1011110 | 101110 |
Color Harmonies of #CDE607
Complementary color
Monochromatic Colors of #CDE607
Black with #CDE607
Text Example
Text Example
White with #CDE607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE607; }
p { color: rgb(205,230,7); }
H1.HeaderClassName
{
color: #CDE607;
}
.AnyTagClassName
{
color: #CDE607;
}
</style>
background-color css
<style>
a { background-color: #CDE607; }
a { background-color: rgb(205,230,7); }
div.DivClassName
{
background-color: #CDE607;
}
.BgClassName
{
background-color: #CDE607;
}
</style>
border-color css
<style>
span { border-color: #CDE607; }
span { border-color: rgb(205,230,7); }
td.TdClassName
{
border-color: #CDE607;
}
.TagClassName
{
border-color: #CDE607;
}
</style>