Shades of Electric Lime #CDEF15
Tints of Electric Lime #CDEF15
RGB
CMYK
RGB Variations
Color information
#CDEF15 (or 0xCDEF15) is known color: Electric Lime. HEX triplet: CD, EF and 15. RGB value is (205,239,21). Sum of RGB (Red+Green+Blue) = 205+239+21=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEF15 is #3210EA. Grayscale: #CCCCCC. Windows color (decimal): -3281131 or 1437645. OLE color: 1437645.
HSL color Cylindrical-coordinate representation of color #CDEF15: hue angle of 69.36º 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 #CDEF15 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 21 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.06 |
| HSL | 69.36º | 0.87% | 0.51% | - |
| HSV(B) | 69.36º | 0.91% | 0.94% | - |
| XYZ | 56.18 | 74.77 | 12.18 | - |
| YUV | 203.98 | 24.74 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 21 | 0.14 | 0 | 0.91 | 0.06 | 69.36 | 0.87 | 0.51 |
| Hex | CD | EF | 15 | E | 0 | 5B | 6 | 45 | 57 | 33 |
| Octal | 315 | 357 | 25 | 16 | 0 | 133 | 6 | 105 | 127 | 63 |
| Binary | 11001101 | 11101111 | 10101 | 1110 | 0 | 1011011 | 110 | 1000101 | 1010111 | 110011 |
Color Harmonies of #CDEF15
Complementary color
Monochromatic Colors of #CDEF15
Black with #CDEF15
Text Example
Text Example
White with #CDEF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF15; }
p { color: rgb(205,239,21); }
H1.HeaderClassName
{
color: #CDEF15;
}
.AnyTagClassName
{
color: #CDEF15;
}
</style>
background-color css
<style>
a { background-color: #CDEF15; }
a { background-color: rgb(205,239,21); }
div.DivClassName
{
background-color: #CDEF15;
}
.BgClassName
{
background-color: #CDEF15;
}
</style>
border-color css
<style>
span { border-color: #CDEF15; }
span { border-color: rgb(205,239,21); }
td.TdClassName
{
border-color: #CDEF15;
}
.TagClassName
{
border-color: #CDEF15;
}
</style>