Shades of Electric Lime #D1F51B
Tints of Electric Lime #D1F51B
RGB
CMYK
RGB Variations
Color information
#D1F51B (or 0xD1F51B) is known color: Electric Lime. HEX triplet: D1, F5 and 1B. RGB value is (209,245,27). Sum of RGB (Red+Green+Blue) = 209+245+27=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 27 (10.94% from 255 or 5.61% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F51B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F51B is #2E0AE4. Grayscale: #D2D2D2. Windows color (decimal): -3017445 or 1832401. OLE color: 1832401.
HSL color Cylindrical-coordinate representation of color #D1F51B: hue angle of 69.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1F51B is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 245 | 27 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.04 |
| HSL | 69.91º | 0.92% | 0.53% | - |
| HSV(B) | 69.91º | 0.89% | 0.96% | - |
| XYZ | 59.14 | 78.94 | 13.16 | - |
| YUV | 209.38 | 25.07 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 245 | 27 | 0.15 | 0 | 0.89 | 0.04 | 69.91 | 0.92 | 0.53 |
| Hex | D1 | F5 | 1B | F | 0 | 59 | 4 | 46 | 5C | 35 |
| Octal | 321 | 365 | 33 | 17 | 0 | 131 | 4 | 106 | 134 | 65 |
| Binary | 11010001 | 11110101 | 11011 | 1111 | 0 | 1011001 | 100 | 1000110 | 1011100 | 110101 |
Color Harmonies of #D1F51B
Complementary color
Monochromatic Colors of #D1F51B
Black with #D1F51B
Text Example
Text Example
White with #D1F51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F51B; }
p { color: rgb(209,245,27); }
H1.HeaderClassName
{
color: #D1F51B;
}
.AnyTagClassName
{
color: #D1F51B;
}
</style>
background-color css
<style>
a { background-color: #D1F51B; }
a { background-color: rgb(209,245,27); }
div.DivClassName
{
background-color: #D1F51B;
}
.BgClassName
{
background-color: #D1F51B;
}
</style>
border-color css
<style>
span { border-color: #D1F51B; }
span { border-color: rgb(209,245,27); }
td.TdClassName
{
border-color: #D1F51B;
}
.TagClassName
{
border-color: #D1F51B;
}
</style>