Shades of Electric Lime #D1E40C
Tints of Electric Lime #D1E40C
RGB
CMYK
RGB Variations
Color information
#D1E40C (or 0xD1E40C) is known color: Electric Lime. HEX triplet: D1, E4 and 0C. RGB value is (209,228,12). Sum of RGB (Red+Green+Blue) = 209+228+12=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E40C is #2E1BF3. Grayscale: #C6C6C6. Windows color (decimal): -3021812 or 845009. OLE color: 845009.
HSL color Cylindrical-coordinate representation of color #D1E40C: hue angle of 65.28º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1E40C is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 228 | 12 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.11 |
| HSL | 65.28º | 0.9% | 0.47% | - |
| HSV(B) | 65.28º | 0.95% | 0.89% | - |
| XYZ | 54.1 | 69.07 | 10.83 | - |
| YUV | 197.7 | 23.21 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 228 | 12 | 0.08 | 0 | 0.95 | 0.11 | 65.28 | 0.9 | 0.47 |
| Hex | D1 | E4 | C | 8 | 0 | 5F | B | 41 | 5A | 2F |
| Octal | 321 | 344 | 14 | 10 | 0 | 137 | 13 | 101 | 132 | 57 |
| Binary | 11010001 | 11100100 | 1100 | 1000 | 0 | 1011111 | 1011 | 1000001 | 1011010 | 101111 |
Color Harmonies of #D1E40C
Complementary color
Monochromatic Colors of #D1E40C
Black with #D1E40C
Text Example
Text Example
White with #D1E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E40C; }
p { color: rgb(209,228,12); }
H1.HeaderClassName
{
color: #D1E40C;
}
.AnyTagClassName
{
color: #D1E40C;
}
</style>
background-color css
<style>
a { background-color: #D1E40C; }
a { background-color: rgb(209,228,12); }
div.DivClassName
{
background-color: #D1E40C;
}
.BgClassName
{
background-color: #D1E40C;
}
</style>
border-color css
<style>
span { border-color: #D1E40C; }
span { border-color: rgb(209,228,12); }
td.TdClassName
{
border-color: #D1E40C;
}
.TagClassName
{
border-color: #D1E40C;
}
</style>