Shades of Electric Lime #CDEF11
Tints of Electric Lime #CDEF11
RGB
CMYK
RGB Variations
Color information
#CDEF11 (or 0xCDEF11) is known color: Electric Lime. HEX triplet: CD, EF and 11. RGB value is (205,239,17). Sum of RGB (Red+Green+Blue) = 205+239+17=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 239 (93.75% from 255 or 51.84% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEF11 is #3210EE. Grayscale: #CCCCCC. Windows color (decimal): -3281135 or 1175501. OLE color: 1175501.
HSL color Cylindrical-coordinate representation of color #CDEF11: hue angle of 69.19º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDEF11 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 17 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.06 |
| HSL | 69.19º | 0.87% | 0.5% | - |
| HSV(B) | 69.19º | 0.93% | 0.94% | - |
| XYZ | 56.14 | 74.75 | 12 | - |
| YUV | 203.53 | 22.74 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 17 | 0.14 | 0 | 0.93 | 0.06 | 69.19 | 0.87 | 0.5 |
| Hex | CD | EF | 11 | E | 0 | 5D | 6 | 45 | 57 | 32 |
| Octal | 315 | 357 | 21 | 16 | 0 | 135 | 6 | 105 | 127 | 62 |
| Binary | 11001101 | 11101111 | 10001 | 1110 | 0 | 1011101 | 110 | 1000101 | 1010111 | 110010 |
Color Harmonies of #CDEF11
Complementary color
Monochromatic Colors of #CDEF11
Black with #CDEF11
Text Example
Text Example
White with #CDEF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF11; }
p { color: rgb(205,239,17); }
H1.HeaderClassName
{
color: #CDEF11;
}
.AnyTagClassName
{
color: #CDEF11;
}
</style>
background-color css
<style>
a { background-color: #CDEF11; }
a { background-color: rgb(205,239,17); }
div.DivClassName
{
background-color: #CDEF11;
}
.BgClassName
{
background-color: #CDEF11;
}
</style>
border-color css
<style>
span { border-color: #CDEF11; }
span { border-color: rgb(205,239,17); }
td.TdClassName
{
border-color: #CDEF11;
}
.TagClassName
{
border-color: #CDEF11;
}
</style>