Shades of Electric Lime #D1F50C
Tints of Electric Lime #D1F50C
RGB
CMYK
RGB Variations
Color information
#D1F50C (or 0xD1F50C) is known color: Electric Lime. HEX triplet: D1, F5 and 0C. RGB value is (209,245,12). Sum of RGB (Red+Green+Blue) = 209+245+12=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 245 (96.09% from 255 or 52.58% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F50C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F50C is #2E0AF3. Grayscale: #D0D0D0. Windows color (decimal): -3017460 or 849361. OLE color: 849361.
HSL color Cylindrical-coordinate representation of color #D1F50C: hue angle of 69.27º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1F50C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 245 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.04 |
| HSL | 69.27º | 0.92% | 0.5% | - |
| HSV(B) | 69.27º | 0.95% | 0.96% | - |
| XYZ | 59.01 | 78.89 | 12.46 | - |
| YUV | 207.67 | 17.57 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 245 | 12 | 0.15 | 0 | 0.95 | 0.04 | 69.27 | 0.92 | 0.5 |
| Hex | D1 | F5 | C | F | 0 | 5F | 4 | 45 | 5C | 32 |
| Octal | 321 | 365 | 14 | 17 | 0 | 137 | 4 | 105 | 134 | 62 |
| Binary | 11010001 | 11110101 | 1100 | 1111 | 0 | 1011111 | 100 | 1000101 | 1011100 | 110010 |
Color Harmonies of #D1F50C
Complementary color
Monochromatic Colors of #D1F50C
Black with #D1F50C
Text Example
Text Example
White with #D1F50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F50C; }
p { color: rgb(209,245,12); }
H1.HeaderClassName
{
color: #D1F50C;
}
.AnyTagClassName
{
color: #D1F50C;
}
</style>
background-color css
<style>
a { background-color: #D1F50C; }
a { background-color: rgb(209,245,12); }
div.DivClassName
{
background-color: #D1F50C;
}
.BgClassName
{
background-color: #D1F50C;
}
</style>
border-color css
<style>
span { border-color: #D1F50C; }
span { border-color: rgb(209,245,12); }
td.TdClassName
{
border-color: #D1F50C;
}
.TagClassName
{
border-color: #D1F50C;
}
</style>