Shades of Electric Lime #D5F80B
Tints of Electric Lime #D5F80B
RGB
CMYK
RGB Variations
Color information
#D5F80B (or 0xD5F80B) is known color: Electric Lime. HEX triplet: D5, F8 and 0B. RGB value is (213,248,11). Sum of RGB (Red+Green+Blue) = 213+248+11=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 248 (97.27% from 255 or 52.54% from 472); Blue value is 11 (4.69% from 255 or 2.33% from 472); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F80B is #2A07F4. Grayscale: #D3D3D3. Windows color (decimal): -2754549 or 784597. OLE color: 784597.
HSL color Cylindrical-coordinate representation of color #D5F80B: hue angle of 68.86º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5F80B is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 248 | 11 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.03 |
| HSL | 68.86º | 0.94% | 0.51% | - |
| HSV(B) | 68.86º | 0.96% | 0.97% | - |
| XYZ | 61.07 | 81.31 | 12.79 | - |
| YUV | 210.52 | 15.4 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 248 | 11 | 0.14 | 0 | 0.96 | 0.03 | 68.86 | 0.94 | 0.51 |
| Hex | D5 | F8 | B | E | 0 | 60 | 3 | 45 | 5E | 33 |
| Octal | 325 | 370 | 13 | 16 | 0 | 140 | 3 | 105 | 136 | 63 |
| Binary | 11010101 | 11111000 | 1011 | 1110 | 0 | 1100000 | 11 | 1000101 | 1011110 | 110011 |
Color Harmonies of #D5F80B
Complementary color
Monochromatic Colors of #D5F80B
Black with #D5F80B
Text Example
Text Example
White with #D5F80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F80B; }
p { color: rgb(213,248,11); }
H1.HeaderClassName
{
color: #D5F80B;
}
.AnyTagClassName
{
color: #D5F80B;
}
</style>
background-color css
<style>
a { background-color: #D5F80B; }
a { background-color: rgb(213,248,11); }
div.DivClassName
{
background-color: #D5F80B;
}
.BgClassName
{
background-color: #D5F80B;
}
</style>
border-color css
<style>
span { border-color: #D5F80B; }
span { border-color: rgb(213,248,11); }
td.TdClassName
{
border-color: #D5F80B;
}
.TagClassName
{
border-color: #D5F80B;
}
</style>