Shades of Electric Lime #D1F915
Tints of Electric Lime #D1F915
RGB
CMYK
RGB Variations
Color information
#D1F915 (or 0xD1F915) is known color: Electric Lime. HEX triplet: D1, F9 and 15. RGB value is (209,249,21). Sum of RGB (Red+Green+Blue) = 209+249+21=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 21 (8.59% from 255 or 4.38% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F915 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F915 is #2E06EA. Grayscale: #D3D3D3. Windows color (decimal): -3016427 or 1440209. OLE color: 1440209.
HSL color Cylindrical-coordinate representation of color #D1F915: hue angle of 70.53º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1F915 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 21 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.02 |
| HSL | 70.53º | 0.95% | 0.53% | - |
| HSV(B) | 70.53º | 0.92% | 0.98% | - |
| XYZ | 60.31 | 81.36 | 13.24 | - |
| YUV | 211.05 | 20.75 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 21 | 0.16 | 0 | 0.92 | 0.02 | 70.53 | 0.95 | 0.53 |
| Hex | D1 | F9 | 15 | 10 | 0 | 5C | 2 | 47 | 5F | 35 |
| Octal | 321 | 371 | 25 | 20 | 0 | 134 | 2 | 107 | 137 | 65 |
| Binary | 11010001 | 11111001 | 10101 | 10000 | 0 | 1011100 | 10 | 1000111 | 1011111 | 110101 |
Color Harmonies of #D1F915
Complementary color
Monochromatic Colors of #D1F915
Black with #D1F915
Text Example
Text Example
White with #D1F915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F915; }
p { color: rgb(209,249,21); }
H1.HeaderClassName
{
color: #D1F915;
}
.AnyTagClassName
{
color: #D1F915;
}
</style>
background-color css
<style>
a { background-color: #D1F915; }
a { background-color: rgb(209,249,21); }
div.DivClassName
{
background-color: #D1F915;
}
.BgClassName
{
background-color: #D1F915;
}
</style>
border-color css
<style>
span { border-color: #D1F915; }
span { border-color: rgb(209,249,21); }
td.TdClassName
{
border-color: #D1F915;
}
.TagClassName
{
border-color: #D1F915;
}
</style>