Shades of Electric Lime #D2F90B
Tints of Electric Lime #D2F90B
RGB
CMYK
RGB Variations
Color information
#D2F90B (or 0xD2F90B) is known color: Electric Lime. HEX triplet: D2, F9 and 0B. RGB value is (210,249,11). Sum of RGB (Red+Green+Blue) = 210+249+11=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 249 (97.66% from 255 or 52.98% from 470); Blue value is 11 (4.69% from 255 or 2.34% from 470); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F90B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F90B is #2D06F4. Grayscale: #D3D3D3. Windows color (decimal): -2950901 or 784850. OLE color: 784850.
HSL color Cylindrical-coordinate representation of color #D2F90B: hue angle of 69.83º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2F90B is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 249 | 11 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.02 |
| HSL | 69.83º | 0.95% | 0.51% | - |
| HSV(B) | 69.83º | 0.96% | 0.98% | - |
| XYZ | 60.51 | 81.48 | 12.85 | - |
| YUV | 210.21 | 15.58 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 249 | 11 | 0.16 | 0 | 0.96 | 0.02 | 69.83 | 0.95 | 0.51 |
| Hex | D2 | F9 | B | 10 | 0 | 60 | 2 | 46 | 5F | 33 |
| Octal | 322 | 371 | 13 | 20 | 0 | 140 | 2 | 106 | 137 | 63 |
| Binary | 11010010 | 11111001 | 1011 | 10000 | 0 | 1100000 | 10 | 1000110 | 1011111 | 110011 |
Color Harmonies of #D2F90B
Complementary color
Monochromatic Colors of #D2F90B
Black with #D2F90B
Text Example
Text Example
White with #D2F90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F90B; }
p { color: rgb(210,249,11); }
H1.HeaderClassName
{
color: #D2F90B;
}
.AnyTagClassName
{
color: #D2F90B;
}
</style>
background-color css
<style>
a { background-color: #D2F90B; }
a { background-color: rgb(210,249,11); }
div.DivClassName
{
background-color: #D2F90B;
}
.BgClassName
{
background-color: #D2F90B;
}
</style>
border-color css
<style>
span { border-color: #D2F90B; }
span { border-color: rgb(210,249,11); }
td.TdClassName
{
border-color: #D2F90B;
}
.TagClassName
{
border-color: #D2F90B;
}
</style>