Shades of Electric Lime #D5F80D
Tints of Electric Lime #D5F80D
RGB
CMYK
RGB Variations
Color information
#D5F80D (or 0xD5F80D) is known color: Electric Lime. HEX triplet: D5, F8 and 0D. RGB value is (213,248,13). Sum of RGB (Red+Green+Blue) = 213+248+13=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 13 (5.47% from 255 or 2.74% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F80D is #2A07F2. Grayscale: #D3D3D3. Windows color (decimal): -2754547 or 915669. OLE color: 915669.
HSL color Cylindrical-coordinate representation of color #D5F80D: hue angle of 68.94º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5F80D is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 248 | 13 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.03 |
| HSL | 68.94º | 0.94% | 0.51% | - |
| HSV(B) | 68.94º | 0.95% | 0.97% | - |
| XYZ | 61.08 | 81.31 | 12.86 | - |
| YUV | 210.75 | 16.4 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 248 | 13 | 0.14 | 0 | 0.95 | 0.03 | 68.94 | 0.94 | 0.51 |
| Hex | D5 | F8 | D | E | 0 | 5F | 3 | 45 | 5E | 33 |
| Octal | 325 | 370 | 15 | 16 | 0 | 137 | 3 | 105 | 136 | 63 |
| Binary | 11010101 | 11111000 | 1101 | 1110 | 0 | 1011111 | 11 | 1000101 | 1011110 | 110011 |
Color Harmonies of #D5F80D
Complementary color
Monochromatic Colors of #D5F80D
Black with #D5F80D
Text Example
Text Example
White with #D5F80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F80D; }
p { color: rgb(213,248,13); }
H1.HeaderClassName
{
color: #D5F80D;
}
.AnyTagClassName
{
color: #D5F80D;
}
</style>
background-color css
<style>
a { background-color: #D5F80D; }
a { background-color: rgb(213,248,13); }
div.DivClassName
{
background-color: #D5F80D;
}
.BgClassName
{
background-color: #D5F80D;
}
</style>
border-color css
<style>
span { border-color: #D5F80D; }
span { border-color: rgb(213,248,13); }
td.TdClassName
{
border-color: #D5F80D;
}
.TagClassName
{
border-color: #D5F80D;
}
</style>