Shades of Electric Lime #D0F315
Tints of Electric Lime #D0F315
RGB
CMYK
RGB Variations
Color information
#D0F315 (or 0xD0F315) is known color: Electric Lime. HEX triplet: D0, F3 and 15. RGB value is (208,243,21). Sum of RGB (Red+Green+Blue) = 208+243+21=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 243 (95.31% from 255 or 51.48% from 472); Blue value is 21 (8.59% from 255 or 4.45% from 472); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F315 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F315 is #2F0CEA. Grayscale: #D0D0D0. Windows color (decimal): -3083499 or 1438672. OLE color: 1438672.
HSL color Cylindrical-coordinate representation of color #D0F315: hue angle of 69.46º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0F315 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 21 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.05 |
| HSL | 69.46º | 0.9% | 0.52% | - |
| HSV(B) | 69.46º | 0.91% | 0.95% | - |
| XYZ | 58.2 | 77.57 | 12.61 | - |
| YUV | 207.23 | 22.9 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 21 | 0.14 | 0 | 0.91 | 0.05 | 69.46 | 0.9 | 0.52 |
| Hex | D0 | F3 | 15 | E | 0 | 5B | 5 | 45 | 5A | 34 |
| Octal | 320 | 363 | 25 | 16 | 0 | 133 | 5 | 105 | 132 | 64 |
| Binary | 11010000 | 11110011 | 10101 | 1110 | 0 | 1011011 | 101 | 1000101 | 1011010 | 110100 |
Color Harmonies of #D0F315
Complementary color
Monochromatic Colors of #D0F315
Black with #D0F315
Text Example
Text Example
White with #D0F315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F315; }
p { color: rgb(208,243,21); }
H1.HeaderClassName
{
color: #D0F315;
}
.AnyTagClassName
{
color: #D0F315;
}
</style>
background-color css
<style>
a { background-color: #D0F315; }
a { background-color: rgb(208,243,21); }
div.DivClassName
{
background-color: #D0F315;
}
.BgClassName
{
background-color: #D0F315;
}
</style>
border-color css
<style>
span { border-color: #D0F315; }
span { border-color: rgb(208,243,21); }
td.TdClassName
{
border-color: #D0F315;
}
.TagClassName
{
border-color: #D0F315;
}
</style>