Shades of Electric Lime #CDE80C
Tints of Electric Lime #CDE80C
RGB
CMYK
RGB Variations
Color information
#CDE80C (or 0xCDE80C) is known color: Electric Lime. HEX triplet: CD, E8 and 0C. RGB value is (205,232,12). Sum of RGB (Red+Green+Blue) = 205+232+12=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 232 (91.02% from 255 or 51.67% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE80C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE80C is #3217F3. Grayscale: #C7C7C7. Windows color (decimal): -3282932 or 846029. OLE color: 846029.
HSL color Cylindrical-coordinate representation of color #CDE80C: hue angle of 67.36º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDE80C is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 12 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.09 |
| HSL | 67.36º | 0.9% | 0.48% | - |
| HSV(B) | 67.36º | 0.95% | 0.91% | - |
| XYZ | 54.1 | 70.72 | 11.15 | - |
| YUV | 198.85 | 22.55 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 12 | 0.12 | 0 | 0.95 | 0.09 | 67.36 | 0.9 | 0.48 |
| Hex | CD | E8 | C | C | 0 | 5F | 9 | 43 | 5A | 30 |
| Octal | 315 | 350 | 14 | 14 | 0 | 137 | 11 | 103 | 132 | 60 |
| Binary | 11001101 | 11101000 | 1100 | 1100 | 0 | 1011111 | 1001 | 1000011 | 1011010 | 110000 |
Color Harmonies of #CDE80C
Complementary color
Monochromatic Colors of #CDE80C
Black with #CDE80C
Text Example
Text Example
White with #CDE80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE80C; }
p { color: rgb(205,232,12); }
H1.HeaderClassName
{
color: #CDE80C;
}
.AnyTagClassName
{
color: #CDE80C;
}
</style>
background-color css
<style>
a { background-color: #CDE80C; }
a { background-color: rgb(205,232,12); }
div.DivClassName
{
background-color: #CDE80C;
}
.BgClassName
{
background-color: #CDE80C;
}
</style>
border-color css
<style>
span { border-color: #CDE80C; }
span { border-color: rgb(205,232,12); }
td.TdClassName
{
border-color: #CDE80C;
}
.TagClassName
{
border-color: #CDE80C;
}
</style>