Shades of Electric Lime #CDEF08
Tints of Electric Lime #CDEF08
RGB
CMYK
RGB Variations
Color information
#CDEF08 (or 0xCDEF08) is known color: Electric Lime. HEX triplet: CD, EF and 08. RGB value is (205,239,8). Sum of RGB (Red+Green+Blue) = 205+239+8=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 239 (93.75% from 255 or 52.88% from 452); Blue value is 8 (3.52% from 255 or 1.77% from 452); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEF08 is #3210F7. Grayscale: #CBCBCB. Windows color (decimal): -3281144 or 585677. OLE color: 585677.
HSL color Cylindrical-coordinate representation of color #CDEF08: hue angle of 68.83º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDEF08 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 8 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.06 |
| HSL | 68.83º | 0.94% | 0.48% | - |
| HSV(B) | 68.83º | 0.97% | 0.94% | - |
| XYZ | 56.09 | 74.73 | 11.7 | - |
| YUV | 202.5 | 18.24 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 8 | 0.14 | 0 | 0.97 | 0.06 | 68.83 | 0.94 | 0.48 |
| Hex | CD | EF | 8 | E | 0 | 61 | 6 | 45 | 5E | 30 |
| Octal | 315 | 357 | 10 | 16 | 0 | 141 | 6 | 105 | 136 | 60 |
| Binary | 11001101 | 11101111 | 1000 | 1110 | 0 | 1100001 | 110 | 1000101 | 1011110 | 110000 |
Color Harmonies of #CDEF08
Complementary color
Monochromatic Colors of #CDEF08
Black with #CDEF08
Text Example
Text Example
White with #CDEF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF08; }
p { color: rgb(205,239,8); }
H1.HeaderClassName
{
color: #CDEF08;
}
.AnyTagClassName
{
color: #CDEF08;
}
</style>
background-color css
<style>
a { background-color: #CDEF08; }
a { background-color: rgb(205,239,8); }
div.DivClassName
{
background-color: #CDEF08;
}
.BgClassName
{
background-color: #CDEF08;
}
</style>
border-color css
<style>
span { border-color: #CDEF08; }
span { border-color: rgb(205,239,8); }
td.TdClassName
{
border-color: #CDEF08;
}
.TagClassName
{
border-color: #CDEF08;
}
</style>