Shades of Electric Lime #CDEF16
Tints of Electric Lime #CDEF16
RGB
CMYK
RGB Variations
Color information
#CDEF16 (or 0xCDEF16) is known color: Electric Lime. HEX triplet: CD, EF and 16. RGB value is (205,239,22). Sum of RGB (Red+Green+Blue) = 205+239+22=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEF16 is #3210E9. Grayscale: #CCCCCC. Windows color (decimal): -3281130 or 1503181. OLE color: 1503181.
HSL color Cylindrical-coordinate representation of color #CDEF16: hue angle of 69.4º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDEF16 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 22 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.06 |
| HSL | 69.4º | 0.87% | 0.51% | - |
| HSV(B) | 69.4º | 0.91% | 0.94% | - |
| XYZ | 56.19 | 74.77 | 12.23 | - |
| YUV | 204.1 | 25.24 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 22 | 0.14 | 0 | 0.91 | 0.06 | 69.4 | 0.87 | 0.51 |
| Hex | CD | EF | 16 | E | 0 | 5B | 6 | 45 | 57 | 33 |
| Octal | 315 | 357 | 26 | 16 | 0 | 133 | 6 | 105 | 127 | 63 |
| Binary | 11001101 | 11101111 | 10110 | 1110 | 0 | 1011011 | 110 | 1000101 | 1010111 | 110011 |
Color Harmonies of #CDEF16
Complementary color
Monochromatic Colors of #CDEF16
Black with #CDEF16
Text Example
Text Example
White with #CDEF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF16; }
p { color: rgb(205,239,22); }
H1.HeaderClassName
{
color: #CDEF16;
}
.AnyTagClassName
{
color: #CDEF16;
}
</style>
background-color css
<style>
a { background-color: #CDEF16; }
a { background-color: rgb(205,239,22); }
div.DivClassName
{
background-color: #CDEF16;
}
.BgClassName
{
background-color: #CDEF16;
}
</style>
border-color css
<style>
span { border-color: #CDEF16; }
span { border-color: rgb(205,239,22); }
td.TdClassName
{
border-color: #CDEF16;
}
.TagClassName
{
border-color: #CDEF16;
}
</style>