Shades of Electric Lime #D1F318
Tints of Electric Lime #D1F318
RGB
CMYK
RGB Variations
Color information
#D1F318 (or 0xD1F318) is known color: Electric Lime. HEX triplet: D1, F3 and 18. RGB value is (209,243,24). Sum of RGB (Red+Green+Blue) = 209+243+24=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 24 (9.77% from 255 or 5.04% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F318 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F318 is #2E0CE7. Grayscale: #D0D0D0. Windows color (decimal): -3017960 or 1635281. OLE color: 1635281.
HSL color Cylindrical-coordinate representation of color #D1F318: hue angle of 69.32º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1F318 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 24 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.05 |
| HSL | 69.32º | 0.9% | 0.52% | - |
| HSV(B) | 69.32º | 0.9% | 0.95% | - |
| XYZ | 58.51 | 77.72 | 12.78 | - |
| YUV | 207.87 | 24.24 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 24 | 0.14 | 0 | 0.90 | 0.05 | 69.32 | 0.9 | 0.52 |
| Hex | D1 | F3 | 18 | E | 0 | 5A | 5 | 45 | 5A | 34 |
| Octal | 321 | 363 | 30 | 16 | 0 | 132 | 5 | 105 | 132 | 64 |
| Binary | 11010001 | 11110011 | 11000 | 1110 | 0 | 1011010 | 101 | 1000101 | 1011010 | 110100 |
Color Harmonies of #D1F318
Complementary color
Monochromatic Colors of #D1F318
Black with #D1F318
Text Example
Text Example
White with #D1F318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F318; }
p { color: rgb(209,243,24); }
H1.HeaderClassName
{
color: #D1F318;
}
.AnyTagClassName
{
color: #D1F318;
}
</style>
background-color css
<style>
a { background-color: #D1F318; }
a { background-color: rgb(209,243,24); }
div.DivClassName
{
background-color: #D1F318;
}
.BgClassName
{
background-color: #D1F318;
}
</style>
border-color css
<style>
span { border-color: #D1F318; }
span { border-color: rgb(209,243,24); }
td.TdClassName
{
border-color: #D1F318;
}
.TagClassName
{
border-color: #D1F318;
}
</style>