Shades of Electric Lime #CDE70B
Tints of Electric Lime #CDE70B
RGB
CMYK
RGB Variations
Color information
#CDE70B (or 0xCDE70B) is known color: Electric Lime. HEX triplet: CD, E7 and 0B. RGB value is (205,231,11). Sum of RGB (Red+Green+Blue) = 205+231+11=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 231 (90.62% from 255 or 51.68% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE70B is #3218F4. Grayscale: #C7C7C7. Windows color (decimal): -3283189 or 780237. OLE color: 780237.
HSL color Cylindrical-coordinate representation of color #CDE70B: hue angle of 67.09º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDE70B is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 11 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.09 |
| HSL | 67.09º | 0.91% | 0.47% | - |
| HSV(B) | 67.09º | 0.95% | 0.91% | - |
| XYZ | 53.81 | 70.16 | 11.02 | - |
| YUV | 198.15 | 22.39 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 11 | 0.11 | 0 | 0.95 | 0.09 | 67.09 | 0.91 | 0.47 |
| Hex | CD | E7 | B | B | 0 | 5F | 9 | 43 | 5B | 2F |
| Octal | 315 | 347 | 13 | 13 | 0 | 137 | 11 | 103 | 133 | 57 |
| Binary | 11001101 | 11100111 | 1011 | 1011 | 0 | 1011111 | 1001 | 1000011 | 1011011 | 101111 |
Color Harmonies of #CDE70B
Complementary color
Monochromatic Colors of #CDE70B
Black with #CDE70B
Text Example
Text Example
White with #CDE70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE70B; }
p { color: rgb(205,231,11); }
H1.HeaderClassName
{
color: #CDE70B;
}
.AnyTagClassName
{
color: #CDE70B;
}
</style>
background-color css
<style>
a { background-color: #CDE70B; }
a { background-color: rgb(205,231,11); }
div.DivClassName
{
background-color: #CDE70B;
}
.BgClassName
{
background-color: #CDE70B;
}
</style>
border-color css
<style>
span { border-color: #CDE70B; }
span { border-color: rgb(205,231,11); }
td.TdClassName
{
border-color: #CDE70B;
}
.TagClassName
{
border-color: #CDE70B;
}
</style>