Shades of Electric Lime #D1F30D
Tints of Electric Lime #D1F30D
RGB
CMYK
RGB Variations
Color information
#D1F30D (or 0xD1F30D) is known color: Electric Lime. HEX triplet: D1, F3 and 0D. RGB value is (209,243,13). Sum of RGB (Red+Green+Blue) = 209+243+13=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 13 (5.47% from 255 or 2.80% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F30D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F30D is #2E0CF2. Grayscale: #CFCFCF. Windows color (decimal): -3017971 or 914385. OLE color: 914385.
HSL color Cylindrical-coordinate representation of color #D1F30D: hue angle of 68.87º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1F30D is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 13 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.05 |
| HSL | 68.87º | 0.91% | 0.5% | - |
| HSV(B) | 68.87º | 0.95% | 0.95% | - |
| XYZ | 58.42 | 77.69 | 12.3 | - |
| YUV | 206.61 | 18.74 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 13 | 0.14 | 0 | 0.95 | 0.05 | 68.87 | 0.91 | 0.5 |
| Hex | D1 | F3 | D | E | 0 | 5F | 5 | 45 | 5B | 32 |
| Octal | 321 | 363 | 15 | 16 | 0 | 137 | 5 | 105 | 133 | 62 |
| Binary | 11010001 | 11110011 | 1101 | 1110 | 0 | 1011111 | 101 | 1000101 | 1011011 | 110010 |
Color Harmonies of #D1F30D
Complementary color
Monochromatic Colors of #D1F30D
Black with #D1F30D
Text Example
Text Example
White with #D1F30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F30D; }
p { color: rgb(209,243,13); }
H1.HeaderClassName
{
color: #D1F30D;
}
.AnyTagClassName
{
color: #D1F30D;
}
</style>
background-color css
<style>
a { background-color: #D1F30D; }
a { background-color: rgb(209,243,13); }
div.DivClassName
{
background-color: #D1F30D;
}
.BgClassName
{
background-color: #D1F30D;
}
</style>
border-color css
<style>
span { border-color: #D1F30D; }
span { border-color: rgb(209,243,13); }
td.TdClassName
{
border-color: #D1F30D;
}
.TagClassName
{
border-color: #D1F30D;
}
</style>