Shades of Electric Lime #D0FA1B
Tints of Electric Lime #D0FA1B
RGB
CMYK
RGB Variations
Color information
#D0FA1B (or 0xD0FA1B) is known color: Electric Lime. HEX triplet: D0, FA and 1B. RGB value is (208,250,27). Sum of RGB (Red+Green+Blue) = 208+250+27=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 27 (10.94% from 255 or 5.57% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FA1B is #2F05E4. Grayscale: #D4D4D4. Windows color (decimal): -3081701 or 1833680. OLE color: 1833680.
HSL color Cylindrical-coordinate representation of color #D0FA1B: hue angle of 71.3º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0FA1B is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 27 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.02 |
| HSL | 71.3º | 0.96% | 0.54% | - |
| HSV(B) | 71.3º | 0.89% | 0.98% | - |
| XYZ | 60.4 | 81.86 | 13.65 | - |
| YUV | 212.02 | 23.59 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 27 | 0.17 | 0 | 0.89 | 0.02 | 71.3 | 0.96 | 0.54 |
| Hex | D0 | FA | 1B | 11 | 0 | 59 | 2 | 47 | 60 | 36 |
| Octal | 320 | 372 | 33 | 21 | 0 | 131 | 2 | 107 | 140 | 66 |
| Binary | 11010000 | 11111010 | 11011 | 10001 | 0 | 1011001 | 10 | 1000111 | 1100000 | 110110 |
Color Harmonies of #D0FA1B
Complementary color
Monochromatic Colors of #D0FA1B
Black with #D0FA1B
Text Example
Text Example
White with #D0FA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA1B; }
p { color: rgb(208,250,27); }
H1.HeaderClassName
{
color: #D0FA1B;
}
.AnyTagClassName
{
color: #D0FA1B;
}
</style>
background-color css
<style>
a { background-color: #D0FA1B; }
a { background-color: rgb(208,250,27); }
div.DivClassName
{
background-color: #D0FA1B;
}
.BgClassName
{
background-color: #D0FA1B;
}
</style>
border-color css
<style>
span { border-color: #D0FA1B; }
span { border-color: rgb(208,250,27); }
td.TdClassName
{
border-color: #D0FA1B;
}
.TagClassName
{
border-color: #D0FA1B;
}
</style>