Shades of Electric Lime #CDEF05
Tints of Electric Lime #CDEF05
RGB
CMYK
RGB Variations
Color information
#CDEF05 (or 0xCDEF05) is known color: Electric Lime. HEX triplet: CD, EF and 05. RGB value is (205,239,5). Sum of RGB (Red+Green+Blue) = 205+239+5=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 239 (93.75% from 255 or 53.23% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEF05 is #3210FA. Grayscale: #CBCBCB. Windows color (decimal): -3281147 or 389069. OLE color: 389069.
HSL color Cylindrical-coordinate representation of color #CDEF05: hue angle of 68.72º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDEF05 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 5 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.06 |
| HSL | 68.72º | 0.96% | 0.48% | - |
| HSV(B) | 68.72º | 0.98% | 0.94% | - |
| XYZ | 56.07 | 74.72 | 11.61 | - |
| YUV | 202.16 | 16.74 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 5 | 0.14 | 0 | 0.98 | 0.06 | 68.72 | 0.96 | 0.48 |
| Hex | CD | EF | 5 | E | 0 | 62 | 6 | 45 | 60 | 30 |
| Octal | 315 | 357 | 5 | 16 | 0 | 142 | 6 | 105 | 140 | 60 |
| Binary | 11001101 | 11101111 | 101 | 1110 | 0 | 1100010 | 110 | 1000101 | 1100000 | 110000 |
Color Harmonies of #CDEF05
Complementary color
Monochromatic Colors of #CDEF05
Black with #CDEF05
Text Example
Text Example
White with #CDEF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF05; }
p { color: rgb(205,239,5); }
H1.HeaderClassName
{
color: #CDEF05;
}
.AnyTagClassName
{
color: #CDEF05;
}
</style>
background-color css
<style>
a { background-color: #CDEF05; }
a { background-color: rgb(205,239,5); }
div.DivClassName
{
background-color: #CDEF05;
}
.BgClassName
{
background-color: #CDEF05;
}
</style>
border-color css
<style>
span { border-color: #CDEF05; }
span { border-color: rgb(205,239,5); }
td.TdClassName
{
border-color: #CDEF05;
}
.TagClassName
{
border-color: #CDEF05;
}
</style>