Shades of Electric Lime #D5FE0B
Tints of Electric Lime #D5FE0B
RGB
CMYK
RGB Variations
Color information
#D5FE0B (or 0xD5FE0B) is known color: Electric Lime. HEX triplet: D5, FE and 0B. RGB value is (213,254,11). Sum of RGB (Red+Green+Blue) = 213+254+11=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 11 (4.69% from 255 or 2.30% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FE0B is #2A01F4. Grayscale: #D6D6D6. Windows color (decimal): -2753013 or 786133. OLE color: 786133.
HSL color Cylindrical-coordinate representation of color #D5FE0B: hue angle of 70.12º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5FE0B is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 11 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.00 |
| HSL | 70.12º | 0.99% | 0.52% | - |
| HSV(B) | 70.12º | 0.96% | 1% | - |
| XYZ | 62.94 | 85.05 | 13.42 | - |
| YUV | 214.04 | 13.42 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 11 | 0.16 | 0 | 0.96 | 0.00 | 70.12 | 0.99 | 0.52 |
| Hex | D5 | FE | B | 10 | 0 | 60 | 0 | 46 | 63 | 34 |
| Octal | 325 | 376 | 13 | 20 | 0 | 140 | 0 | 106 | 143 | 64 |
| Binary | 11010101 | 11111110 | 1011 | 10000 | 0 | 1100000 | 0 | 1000110 | 1100011 | 110100 |
Color Harmonies of #D5FE0B
Complementary color
Monochromatic Colors of #D5FE0B
Black with #D5FE0B
Text Example
Text Example
White with #D5FE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FE0B; }
p { color: rgb(213,254,11); }
H1.HeaderClassName
{
color: #D5FE0B;
}
.AnyTagClassName
{
color: #D5FE0B;
}
</style>
background-color css
<style>
a { background-color: #D5FE0B; }
a { background-color: rgb(213,254,11); }
div.DivClassName
{
background-color: #D5FE0B;
}
.BgClassName
{
background-color: #D5FE0B;
}
</style>
border-color css
<style>
span { border-color: #D5FE0B; }
span { border-color: rgb(213,254,11); }
td.TdClassName
{
border-color: #D5FE0B;
}
.TagClassName
{
border-color: #D5FE0B;
}
</style>