Shades of Electric Lime #CDED0C
Tints of Electric Lime #CDED0C
RGB
CMYK
RGB Variations
Color information
#CDED0C (or 0xCDED0C) is known color: Electric Lime. HEX triplet: CD, ED and 0C. RGB value is (205,237,12). Sum of RGB (Red+Green+Blue) = 205+237+12=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #CDED0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDED0C is #3212F3. Grayscale: #CACACA. Windows color (decimal): -3281652 or 847309. OLE color: 847309.
HSL color Cylindrical-coordinate representation of color #CDED0C: hue angle of 68.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDED0C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 12 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.07 |
| HSL | 68.53º | 0.9% | 0.49% | - |
| HSV(B) | 68.53º | 0.95% | 0.93% | - |
| XYZ | 55.53 | 73.57 | 11.62 | - |
| YUV | 201.78 | 20.9 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 12 | 0.14 | 0 | 0.95 | 0.07 | 68.53 | 0.9 | 0.49 |
| Hex | CD | ED | C | E | 0 | 5F | 7 | 45 | 5A | 31 |
| Octal | 315 | 355 | 14 | 16 | 0 | 137 | 7 | 105 | 132 | 61 |
| Binary | 11001101 | 11101101 | 1100 | 1110 | 0 | 1011111 | 111 | 1000101 | 1011010 | 110001 |
Color Harmonies of #CDED0C
Complementary color
Monochromatic Colors of #CDED0C
Black with #CDED0C
Text Example
Text Example
White with #CDED0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDED0C; }
p { color: rgb(205,237,12); }
H1.HeaderClassName
{
color: #CDED0C;
}
.AnyTagClassName
{
color: #CDED0C;
}
</style>
background-color css
<style>
a { background-color: #CDED0C; }
a { background-color: rgb(205,237,12); }
div.DivClassName
{
background-color: #CDED0C;
}
.BgClassName
{
background-color: #CDED0C;
}
</style>
border-color css
<style>
span { border-color: #CDED0C; }
span { border-color: rgb(205,237,12); }
td.TdClassName
{
border-color: #CDED0C;
}
.TagClassName
{
border-color: #CDED0C;
}
</style>