Shades of Electric Lime #D1F40C
Tints of Electric Lime #D1F40C
RGB
CMYK
RGB Variations
Color information
#D1F40C (or 0xD1F40C) is known color: Electric Lime. HEX triplet: D1, F4 and 0C. RGB value is (209,244,12). Sum of RGB (Red+Green+Blue) = 209+244+12=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 244 (95.70% from 255 or 52.47% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F40C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F40C is #2E0BF3. Grayscale: #CFCFCF. Windows color (decimal): -3017716 or 849105. OLE color: 849105.
HSL color Cylindrical-coordinate representation of color #D1F40C: hue angle of 69.05º degrees, saturation: 0.91, 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 #D1F40C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 12 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.04 |
| HSL | 69.05º | 0.91% | 0.5% | - |
| HSV(B) | 69.05º | 0.95% | 0.96% | - |
| XYZ | 58.71 | 78.28 | 12.36 | - |
| YUV | 207.09 | 17.9 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 12 | 0.14 | 0 | 0.95 | 0.04 | 69.05 | 0.91 | 0.5 |
| Hex | D1 | F4 | C | E | 0 | 5F | 4 | 45 | 5B | 32 |
| Octal | 321 | 364 | 14 | 16 | 0 | 137 | 4 | 105 | 133 | 62 |
| Binary | 11010001 | 11110100 | 1100 | 1110 | 0 | 1011111 | 100 | 1000101 | 1011011 | 110010 |
Color Harmonies of #D1F40C
Complementary color
Monochromatic Colors of #D1F40C
Black with #D1F40C
Text Example
Text Example
White with #D1F40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F40C; }
p { color: rgb(209,244,12); }
H1.HeaderClassName
{
color: #D1F40C;
}
.AnyTagClassName
{
color: #D1F40C;
}
</style>
background-color css
<style>
a { background-color: #D1F40C; }
a { background-color: rgb(209,244,12); }
div.DivClassName
{
background-color: #D1F40C;
}
.BgClassName
{
background-color: #D1F40C;
}
</style>
border-color css
<style>
span { border-color: #D1F40C; }
span { border-color: rgb(209,244,12); }
td.TdClassName
{
border-color: #D1F40C;
}
.TagClassName
{
border-color: #D1F40C;
}
</style>