Shades of Electric Lime #CDEF07
Tints of Electric Lime #CDEF07
RGB
CMYK
RGB Variations
Color information
#CDEF07 (or 0xCDEF07) is known color: Electric Lime. HEX triplet: CD, EF and 07. RGB value is (205,239,7). Sum of RGB (Red+Green+Blue) = 205+239+7=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 239 (93.75% from 255 or 52.99% from 451); Blue value is 7 (3.12% from 255 or 1.55% from 451); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEF07 is #3210F8. Grayscale: #CBCBCB. Windows color (decimal): -3281145 or 520141. OLE color: 520141.
HSL color Cylindrical-coordinate representation of color #CDEF07: hue angle of 68.79º 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 #CDEF07 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 7 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.06 |
| HSL | 68.79º | 0.94% | 0.48% | - |
| HSV(B) | 68.79º | 0.97% | 0.94% | - |
| XYZ | 56.08 | 74.73 | 11.67 | - |
| YUV | 202.39 | 17.74 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 7 | 0.14 | 0 | 0.97 | 0.06 | 68.79 | 0.94 | 0.48 |
| Hex | CD | EF | 7 | E | 0 | 61 | 6 | 45 | 5E | 30 |
| Octal | 315 | 357 | 7 | 16 | 0 | 141 | 6 | 105 | 136 | 60 |
| Binary | 11001101 | 11101111 | 111 | 1110 | 0 | 1100001 | 110 | 1000101 | 1011110 | 110000 |
Color Harmonies of #CDEF07
Complementary color
Monochromatic Colors of #CDEF07
Black with #CDEF07
Text Example
Text Example
White with #CDEF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF07; }
p { color: rgb(205,239,7); }
H1.HeaderClassName
{
color: #CDEF07;
}
.AnyTagClassName
{
color: #CDEF07;
}
</style>
background-color css
<style>
a { background-color: #CDEF07; }
a { background-color: rgb(205,239,7); }
div.DivClassName
{
background-color: #CDEF07;
}
.BgClassName
{
background-color: #CDEF07;
}
</style>
border-color css
<style>
span { border-color: #CDEF07; }
span { border-color: rgb(205,239,7); }
td.TdClassName
{
border-color: #CDEF07;
}
.TagClassName
{
border-color: #CDEF07;
}
</style>