Shades of Electric Lime #CDE912
Tints of Electric Lime #CDE912
RGB
CMYK
RGB Variations
Color information
#CDE912 (or 0xCDE912) is known color: Electric Lime. HEX triplet: CD, E9 and 12. RGB value is (205,233,18). Sum of RGB (Red+Green+Blue) = 205+233+18=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 233 (91.41% from 255 or 51.10% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE912 is #3216ED. Grayscale: #C8C8C8. Windows color (decimal): -3282670 or 1239501. OLE color: 1239501.
HSL color Cylindrical-coordinate representation of color #CDE912: hue angle of 67.81º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDE912 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 18 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.09 |
| HSL | 67.81º | 0.86% | 0.49% | - |
| HSV(B) | 67.81º | 0.92% | 0.91% | - |
| XYZ | 54.42 | 71.3 | 11.47 | - |
| YUV | 200.12 | 25.22 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 18 | 0.12 | 0 | 0.92 | 0.09 | 67.81 | 0.86 | 0.49 |
| Hex | CD | E9 | 12 | C | 0 | 5C | 9 | 44 | 56 | 31 |
| Octal | 315 | 351 | 22 | 14 | 0 | 134 | 11 | 104 | 126 | 61 |
| Binary | 11001101 | 11101001 | 10010 | 1100 | 0 | 1011100 | 1001 | 1000100 | 1010110 | 110001 |
Color Harmonies of #CDE912
Complementary color
Monochromatic Colors of #CDE912
Black with #CDE912
Text Example
Text Example
White with #CDE912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE912; }
p { color: rgb(205,233,18); }
H1.HeaderClassName
{
color: #CDE912;
}
.AnyTagClassName
{
color: #CDE912;
}
</style>
background-color css
<style>
a { background-color: #CDE912; }
a { background-color: rgb(205,233,18); }
div.DivClassName
{
background-color: #CDE912;
}
.BgClassName
{
background-color: #CDE912;
}
</style>
border-color css
<style>
span { border-color: #CDE912; }
span { border-color: rgb(205,233,18); }
td.TdClassName
{
border-color: #CDE912;
}
.TagClassName
{
border-color: #CDE912;
}
</style>