Shades of Electric Lime #CDEA00
Tints of Electric Lime #CDEA00
RGB
CMYK
RGB Variations
Color information
#CDEA00 (or 0xCDEA00) is known color: Electric Lime. HEX triplet: CD, EA and 00. RGB value is (205,234,0). Sum of RGB (Red+Green+Blue) = 205+234+0=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 234 (91.80% from 255 or 53.30% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEA00 is #3215FF. Grayscale: #C7C7C7. Windows color (decimal): -3282432 or 60109. OLE color: 60109.
HSL color Cylindrical-coordinate representation of color #CDEA00: hue angle of 67.44º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDEA00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.08 |
| HSL | 67.44º | 1% | 0.46% | - |
| HSV(B) | 67.44º | 1% | 0.92% | - |
| XYZ | 54.6 | 71.82 | 10.99 | - |
| YUV | 198.65 | 15.89 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 0 | 0.12 | 0 | 1 | 0.08 | 67.44 | 1 | 0.46 |
| Hex | CD | EA | 0 | C | 0 | 64 | 8 | 43 | 64 | 2E |
| Octal | 315 | 352 | 0 | 14 | 0 | 144 | 10 | 103 | 144 | 56 |
| Binary | 11001101 | 11101010 | 0 | 1100 | 0 | 1100100 | 1000 | 1000011 | 1100100 | 101110 |
Color Harmonies of #CDEA00
Complementary color
Monochromatic Colors of #CDEA00
Black with #CDEA00
Text Example
Text Example
White with #CDEA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEA00; }
p { color: rgb(205,234,0); }
H1.HeaderClassName
{
color: #CDEA00;
}
.AnyTagClassName
{
color: #CDEA00;
}
</style>
background-color css
<style>
a { background-color: #CDEA00; }
a { background-color: rgb(205,234,0); }
div.DivClassName
{
background-color: #CDEA00;
}
.BgClassName
{
background-color: #CDEA00;
}
</style>
border-color css
<style>
span { border-color: #CDEA00; }
span { border-color: rgb(205,234,0); }
td.TdClassName
{
border-color: #CDEA00;
}
.TagClassName
{
border-color: #CDEA00;
}
</style>