Shades of Electric Lime #D1E40B
Tints of Electric Lime #D1E40B
RGB
CMYK
RGB Variations
Color information
#D1E40B (or 0xD1E40B) is known color: Electric Lime. HEX triplet: D1, E4 and 0B. RGB value is (209,228,11). Sum of RGB (Red+Green+Blue) = 209+228+11=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 228 (89.45% from 255 or 50.89% from 448); Blue value is 11 (4.69% from 255 or 2.46% from 448); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E40B is #2E1BF4. Grayscale: #C6C6C6. Windows color (decimal): -3021813 or 779473. OLE color: 779473.
HSL color Cylindrical-coordinate representation of color #D1E40B: hue angle of 65.25º degrees, saturation: 0.91, 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 #D1E40B is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 228 | 11 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.11 |
| HSL | 65.25º | 0.91% | 0.47% | - |
| HSV(B) | 65.25º | 0.95% | 0.89% | - |
| XYZ | 54.1 | 69.07 | 10.8 | - |
| YUV | 197.58 | 22.71 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 228 | 11 | 0.08 | 0 | 0.95 | 0.11 | 65.25 | 0.91 | 0.47 |
| Hex | D1 | E4 | B | 8 | 0 | 5F | B | 41 | 5B | 2F |
| Octal | 321 | 344 | 13 | 10 | 0 | 137 | 13 | 101 | 133 | 57 |
| Binary | 11010001 | 11100100 | 1011 | 1000 | 0 | 1011111 | 1011 | 1000001 | 1011011 | 101111 |
Color Harmonies of #D1E40B
Complementary color
Monochromatic Colors of #D1E40B
Black with #D1E40B
Text Example
Text Example
White with #D1E40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E40B; }
p { color: rgb(209,228,11); }
H1.HeaderClassName
{
color: #D1E40B;
}
.AnyTagClassName
{
color: #D1E40B;
}
</style>
background-color css
<style>
a { background-color: #D1E40B; }
a { background-color: rgb(209,228,11); }
div.DivClassName
{
background-color: #D1E40B;
}
.BgClassName
{
background-color: #D1E40B;
}
</style>
border-color css
<style>
span { border-color: #D1E40B; }
span { border-color: rgb(209,228,11); }
td.TdClassName
{
border-color: #D1E40B;
}
.TagClassName
{
border-color: #D1E40B;
}
</style>