Shades of Electric Lime #D2FB1D
Tints of Electric Lime #D2FB1D
RGB
CMYK
RGB Variations
Color information
#D2FB1D (or 0xD2FB1D) is known color: Electric Lime. HEX triplet: D2, FB and 1D. RGB value is (210,251,29). Sum of RGB (Red+Green+Blue) = 210+251+29=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 251 (98.44% from 255 or 51.22% from 490); Blue value is 29 (11.72% from 255 or 5.92% from 490); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FB1D is #2D04E2. Grayscale: #D6D6D6. Windows color (decimal): -2950371 or 1965010. OLE color: 1965010.
HSL color Cylindrical-coordinate representation of color #D2FB1D: hue angle of 71.08º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2FB1D is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 29 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.02 |
| HSL | 71.08º | 0.97% | 0.55% | - |
| HSV(B) | 71.08º | 0.88% | 0.98% | - |
| XYZ | 61.3 | 82.78 | 13.91 | - |
| YUV | 213.43 | 23.92 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 29 | 0.16 | 0 | 0.88 | 0.02 | 71.08 | 0.97 | 0.55 |
| Hex | D2 | FB | 1D | 10 | 0 | 58 | 2 | 47 | 61 | 37 |
| Octal | 322 | 373 | 35 | 20 | 0 | 130 | 2 | 107 | 141 | 67 |
| Binary | 11010010 | 11111011 | 11101 | 10000 | 0 | 1011000 | 10 | 1000111 | 1100001 | 110111 |
Color Harmonies of #D2FB1D
Complementary color
Monochromatic Colors of #D2FB1D
Black with #D2FB1D
Text Example
Text Example
White with #D2FB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FB1D; }
p { color: rgb(210,251,29); }
H1.HeaderClassName
{
color: #D2FB1D;
}
.AnyTagClassName
{
color: #D2FB1D;
}
</style>
background-color css
<style>
a { background-color: #D2FB1D; }
a { background-color: rgb(210,251,29); }
div.DivClassName
{
background-color: #D2FB1D;
}
.BgClassName
{
background-color: #D2FB1D;
}
</style>
border-color css
<style>
span { border-color: #D2FB1D; }
span { border-color: rgb(210,251,29); }
td.TdClassName
{
border-color: #D2FB1D;
}
.TagClassName
{
border-color: #D2FB1D;
}
</style>