Shades of Electric Lime #CDE60C
Tints of Electric Lime #CDE60C
RGB
CMYK
RGB Variations
Color information
#CDE60C (or 0xCDE60C) is known color: Electric Lime. HEX triplet: CD, E6 and 0C. RGB value is (205,230,12). Sum of RGB (Red+Green+Blue) = 205+230+12=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 230 (90.23% from 255 or 51.45% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE60C is #3219F3. Grayscale: #C6C6C6. Windows color (decimal): -3283444 or 845517. OLE color: 845517.
HSL color Cylindrical-coordinate representation of color #CDE60C: hue angle of 66.88º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDE60C is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 12 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.10 |
| HSL | 66.88º | 0.9% | 0.47% | - |
| HSV(B) | 66.88º | 0.95% | 0.9% | - |
| XYZ | 53.54 | 69.6 | 10.96 | - |
| YUV | 197.67 | 23.22 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 12 | 0.11 | 0 | 0.95 | 0.10 | 66.88 | 0.9 | 0.47 |
| Hex | CD | E6 | C | B | 0 | 5F | A | 43 | 5A | 2F |
| Octal | 315 | 346 | 14 | 13 | 0 | 137 | 12 | 103 | 132 | 57 |
| Binary | 11001101 | 11100110 | 1100 | 1011 | 0 | 1011111 | 1010 | 1000011 | 1011010 | 101111 |
Color Harmonies of #CDE60C
Complementary color
Monochromatic Colors of #CDE60C
Black with #CDE60C
Text Example
Text Example
White with #CDE60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE60C; }
p { color: rgb(205,230,12); }
H1.HeaderClassName
{
color: #CDE60C;
}
.AnyTagClassName
{
color: #CDE60C;
}
</style>
background-color css
<style>
a { background-color: #CDE60C; }
a { background-color: rgb(205,230,12); }
div.DivClassName
{
background-color: #CDE60C;
}
.BgClassName
{
background-color: #CDE60C;
}
</style>
border-color css
<style>
span { border-color: #CDE60C; }
span { border-color: rgb(205,230,12); }
td.TdClassName
{
border-color: #CDE60C;
}
.TagClassName
{
border-color: #CDE60C;
}
</style>