Shades of Electric Lime #CDEA0E
Tints of Electric Lime #CDEA0E
RGB
CMYK
RGB Variations
Color information
#CDEA0E (or 0xCDEA0E) is known color: Electric Lime. HEX triplet: CD, EA and 0E. RGB value is (205,234,14). Sum of RGB (Red+Green+Blue) = 205+234+14=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 14 (5.86% from 255 or 3.09% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEA0E is #3215F1. Grayscale: #C9C9C9. Windows color (decimal): -3282418 or 977613. OLE color: 977613.
HSL color Cylindrical-coordinate representation of color #CDEA0E: hue angle of 67.91º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDEA0E is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 14 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.08 |
| HSL | 67.91º | 0.89% | 0.49% | - |
| HSV(B) | 67.91º | 0.94% | 0.92% | - |
| XYZ | 54.68 | 71.86 | 11.4 | - |
| YUV | 200.25 | 22.89 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 14 | 0.12 | 0 | 0.94 | 0.08 | 67.91 | 0.89 | 0.49 |
| Hex | CD | EA | E | C | 0 | 5E | 8 | 44 | 59 | 31 |
| Octal | 315 | 352 | 16 | 14 | 0 | 136 | 10 | 104 | 131 | 61 |
| Binary | 11001101 | 11101010 | 1110 | 1100 | 0 | 1011110 | 1000 | 1000100 | 1011001 | 110001 |
Color Harmonies of #CDEA0E
Complementary color
Monochromatic Colors of #CDEA0E
Black with #CDEA0E
Text Example
Text Example
White with #CDEA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEA0E; }
p { color: rgb(205,234,14); }
H1.HeaderClassName
{
color: #CDEA0E;
}
.AnyTagClassName
{
color: #CDEA0E;
}
</style>
background-color css
<style>
a { background-color: #CDEA0E; }
a { background-color: rgb(205,234,14); }
div.DivClassName
{
background-color: #CDEA0E;
}
.BgClassName
{
background-color: #CDEA0E;
}
</style>
border-color css
<style>
span { border-color: #CDEA0E; }
span { border-color: rgb(205,234,14); }
td.TdClassName
{
border-color: #CDEA0E;
}
.TagClassName
{
border-color: #CDEA0E;
}
</style>