Shades of Electric Lime #D1F912
Tints of Electric Lime #D1F912
RGB
CMYK
RGB Variations
Color information
#D1F912 (or 0xD1F912) is known color: Electric Lime. HEX triplet: D1, F9 and 12. RGB value is (209,249,18). Sum of RGB (Red+Green+Blue) = 209+249+18=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 249 (97.66% from 255 or 52.31% from 476); Blue value is 18 (7.42% from 255 or 3.78% from 476); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F912 is #2E06ED. Grayscale: #D3D3D3. Windows color (decimal): -3016430 or 1243601. OLE color: 1243601.
HSL color Cylindrical-coordinate representation of color #D1F912: hue angle of 70.39º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1F912 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 18 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.02 |
| HSL | 70.39º | 0.95% | 0.52% | - |
| HSV(B) | 70.39º | 0.93% | 0.98% | - |
| XYZ | 60.28 | 81.35 | 13.1 | - |
| YUV | 210.71 | 19.25 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 18 | 0.16 | 0 | 0.93 | 0.02 | 70.39 | 0.95 | 0.52 |
| Hex | D1 | F9 | 12 | 10 | 0 | 5D | 2 | 46 | 5F | 34 |
| Octal | 321 | 371 | 22 | 20 | 0 | 135 | 2 | 106 | 137 | 64 |
| Binary | 11010001 | 11111001 | 10010 | 10000 | 0 | 1011101 | 10 | 1000110 | 1011111 | 110100 |
Color Harmonies of #D1F912
Complementary color
Monochromatic Colors of #D1F912
Black with #D1F912
Text Example
Text Example
White with #D1F912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F912; }
p { color: rgb(209,249,18); }
H1.HeaderClassName
{
color: #D1F912;
}
.AnyTagClassName
{
color: #D1F912;
}
</style>
background-color css
<style>
a { background-color: #D1F912; }
a { background-color: rgb(209,249,18); }
div.DivClassName
{
background-color: #D1F912;
}
.BgClassName
{
background-color: #D1F912;
}
</style>
border-color css
<style>
span { border-color: #D1F912; }
span { border-color: rgb(209,249,18); }
td.TdClassName
{
border-color: #D1F912;
}
.TagClassName
{
border-color: #D1F912;
}
</style>