Shades of Electric Lime #CDEF03
Tints of Electric Lime #CDEF03
RGB
CMYK
RGB Variations
Color information
#CDEF03 (or 0xCDEF03) is known color: Electric Lime. HEX triplet: CD, EF and 03. RGB value is (205,239,3). Sum of RGB (Red+Green+Blue) = 205+239+3=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 239 (93.75% from 255 or 53.47% from 447); Blue value is 3 (1.56% from 255 or 0.67% from 447); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEF03 is #3210FC. Grayscale: #CACACA. Windows color (decimal): -3281149 or 257997. OLE color: 257997.
HSL color Cylindrical-coordinate representation of color #CDEF03: hue angle of 68.64º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDEF03 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 3 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.06 |
| HSL | 68.64º | 0.98% | 0.47% | - |
| HSV(B) | 68.64º | 0.99% | 0.94% | - |
| XYZ | 56.06 | 74.72 | 11.55 | - |
| YUV | 201.93 | 15.74 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 3 | 0.14 | 0 | 0.99 | 0.06 | 68.64 | 0.98 | 0.47 |
| Hex | CD | EF | 3 | E | 0 | 63 | 6 | 45 | 62 | 2F |
| Octal | 315 | 357 | 3 | 16 | 0 | 143 | 6 | 105 | 142 | 57 |
| Binary | 11001101 | 11101111 | 11 | 1110 | 0 | 1100011 | 110 | 1000101 | 1100010 | 101111 |
Color Harmonies of #CDEF03
Complementary color
Monochromatic Colors of #CDEF03
Black with #CDEF03
Text Example
Text Example
White with #CDEF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF03; }
p { color: rgb(205,239,3); }
H1.HeaderClassName
{
color: #CDEF03;
}
.AnyTagClassName
{
color: #CDEF03;
}
</style>
background-color css
<style>
a { background-color: #CDEF03; }
a { background-color: rgb(205,239,3); }
div.DivClassName
{
background-color: #CDEF03;
}
.BgClassName
{
background-color: #CDEF03;
}
</style>
border-color css
<style>
span { border-color: #CDEF03; }
span { border-color: rgb(205,239,3); }
td.TdClassName
{
border-color: #CDEF03;
}
.TagClassName
{
border-color: #CDEF03;
}
</style>