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