Shades of Electric Lime #CDEF00
Tints of Electric Lime #CDEF00
RGB
CMYK
RGB Variations
Color information
#CDEF00 (or 0xCDEF00) is known color: Electric Lime. HEX triplet: CD, EF and 00. RGB value is (205,239,0). Sum of RGB (Red+Green+Blue) = 205+239+0=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 239 (93.75% from 255 or 53.83% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEF00 is #3210FF. Grayscale: #CACACA. Windows color (decimal): -3281152 or 61389. OLE color: 61389.
HSL color Cylindrical-coordinate representation of color #CDEF00: hue angle of 68.54º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDEF00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.06 |
| HSL | 68.54º | 1% | 0.47% | - |
| HSV(B) | 68.54º | 1% | 0.94% | - |
| XYZ | 56.04 | 74.71 | 11.47 | - |
| YUV | 201.59 | 14.24 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 0 | 0.14 | 0 | 1 | 0.06 | 68.54 | 1 | 0.47 |
| Hex | CD | EF | 0 | E | 0 | 64 | 6 | 45 | 64 | 2F |
| Octal | 315 | 357 | 0 | 16 | 0 | 144 | 6 | 105 | 144 | 57 |
| Binary | 11001101 | 11101111 | 0 | 1110 | 0 | 1100100 | 110 | 1000101 | 1100100 | 101111 |
Color Harmonies of #CDEF00
Complementary color
Monochromatic Colors of #CDEF00
Black with #CDEF00
Text Example
Text Example
White with #CDEF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF00; }
p { color: rgb(205,239,0); }
H1.HeaderClassName
{
color: #CDEF00;
}
.AnyTagClassName
{
color: #CDEF00;
}
</style>
background-color css
<style>
a { background-color: #CDEF00; }
a { background-color: rgb(205,239,0); }
div.DivClassName
{
background-color: #CDEF00;
}
.BgClassName
{
background-color: #CDEF00;
}
</style>
border-color css
<style>
span { border-color: #CDEF00; }
span { border-color: rgb(205,239,0); }
td.TdClassName
{
border-color: #CDEF00;
}
.TagClassName
{
border-color: #CDEF00;
}
</style>