Shades of Electric Lime #CDEF0C
Tints of Electric Lime #CDEF0C
RGB
CMYK
RGB Variations
Color information
#CDEF0C (or 0xCDEF0C) is known color: Electric Lime. HEX triplet: CD, EF and 0C. RGB value is (205,239,12). Sum of RGB (Red+Green+Blue) = 205+239+12=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 12 (5.08% from 255 or 2.63% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEF0C is #3210F3. Grayscale: #CBCBCB. Windows color (decimal): -3281140 or 847821. OLE color: 847821.
HSL color Cylindrical-coordinate representation of color #CDEF0C: hue angle of 68.99º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDEF0C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 12 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.06 |
| HSL | 68.99º | 0.9% | 0.49% | - |
| HSV(B) | 68.99º | 0.95% | 0.94% | - |
| XYZ | 56.11 | 74.74 | 11.82 | - |
| YUV | 202.96 | 20.24 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 12 | 0.14 | 0 | 0.95 | 0.06 | 68.99 | 0.9 | 0.49 |
| Hex | CD | EF | C | E | 0 | 5F | 6 | 45 | 5A | 31 |
| Octal | 315 | 357 | 14 | 16 | 0 | 137 | 6 | 105 | 132 | 61 |
| Binary | 11001101 | 11101111 | 1100 | 1110 | 0 | 1011111 | 110 | 1000101 | 1011010 | 110001 |
Color Harmonies of #CDEF0C
Complementary color
Monochromatic Colors of #CDEF0C
Black with #CDEF0C
Text Example
Text Example
White with #CDEF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF0C; }
p { color: rgb(205,239,12); }
H1.HeaderClassName
{
color: #CDEF0C;
}
.AnyTagClassName
{
color: #CDEF0C;
}
</style>
background-color css
<style>
a { background-color: #CDEF0C; }
a { background-color: rgb(205,239,12); }
div.DivClassName
{
background-color: #CDEF0C;
}
.BgClassName
{
background-color: #CDEF0C;
}
</style>
border-color css
<style>
span { border-color: #CDEF0C; }
span { border-color: rgb(205,239,12); }
td.TdClassName
{
border-color: #CDEF0C;
}
.TagClassName
{
border-color: #CDEF0C;
}
</style>