Shades of Electric Lime #CDE60B
Tints of Electric Lime #CDE60B
RGB
CMYK
RGB Variations
Color information
#CDE60B (or 0xCDE60B) is known color: Electric Lime. HEX triplet: CD, E6 and 0B. RGB value is (205,230,11). Sum of RGB (Red+Green+Blue) = 205+230+11=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 230 (90.23% from 255 or 51.57% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE60B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE60B is #3219F4. Grayscale: #C6C6C6. Windows color (decimal): -3283445 or 779981. OLE color: 779981.
HSL color Cylindrical-coordinate representation of color #CDE60B: hue angle of 66.85º degrees, saturation: 0.91, 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 #CDE60B is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 11 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.10 |
| HSL | 66.85º | 0.91% | 0.47% | - |
| HSV(B) | 66.85º | 0.95% | 0.9% | - |
| XYZ | 53.53 | 69.6 | 10.93 | - |
| YUV | 197.56 | 22.72 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 11 | 0.11 | 0 | 0.95 | 0.10 | 66.85 | 0.91 | 0.47 |
| Hex | CD | E6 | B | B | 0 | 5F | A | 43 | 5B | 2F |
| Octal | 315 | 346 | 13 | 13 | 0 | 137 | 12 | 103 | 133 | 57 |
| Binary | 11001101 | 11100110 | 1011 | 1011 | 0 | 1011111 | 1010 | 1000011 | 1011011 | 101111 |
Color Harmonies of #CDE60B
Complementary color
Monochromatic Colors of #CDE60B
Black with #CDE60B
Text Example
Text Example
White with #CDE60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE60B; }
p { color: rgb(205,230,11); }
H1.HeaderClassName
{
color: #CDE60B;
}
.AnyTagClassName
{
color: #CDE60B;
}
</style>
background-color css
<style>
a { background-color: #CDE60B; }
a { background-color: rgb(205,230,11); }
div.DivClassName
{
background-color: #CDE60B;
}
.BgClassName
{
background-color: #CDE60B;
}
</style>
border-color css
<style>
span { border-color: #CDE60B; }
span { border-color: rgb(205,230,11); }
td.TdClassName
{
border-color: #CDE60B;
}
.TagClassName
{
border-color: #CDE60B;
}
</style>