Shades of Electric Lime #D2F81B
Tints of Electric Lime #D2F81B
RGB
CMYK
RGB Variations
Color information
#D2F81B (or 0xD2F81B) is known color: Electric Lime. HEX triplet: D2, F8 and 1B. RGB value is (210,248,27). Sum of RGB (Red+Green+Blue) = 210+248+27=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 27 (10.94% from 255 or 5.57% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F81B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F81B is #2D07E4. Grayscale: #D4D4D4. Windows color (decimal): -2951141 or 1833170. OLE color: 1833170.
HSL color Cylindrical-coordinate representation of color #D2F81B: hue angle of 70.32º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2F81B is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 248 | 27 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.03 |
| HSL | 70.32º | 0.94% | 0.54% | - |
| HSV(B) | 70.32º | 0.89% | 0.97% | - |
| XYZ | 60.34 | 80.92 | 13.47 | - |
| YUV | 211.44 | 23.91 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 248 | 27 | 0.15 | 0 | 0.89 | 0.03 | 70.32 | 0.94 | 0.54 |
| Hex | D2 | F8 | 1B | F | 0 | 59 | 3 | 46 | 5E | 36 |
| Octal | 322 | 370 | 33 | 17 | 0 | 131 | 3 | 106 | 136 | 66 |
| Binary | 11010010 | 11111000 | 11011 | 1111 | 0 | 1011001 | 11 | 1000110 | 1011110 | 110110 |
Color Harmonies of #D2F81B
Complementary color
Monochromatic Colors of #D2F81B
Black with #D2F81B
Text Example
Text Example
White with #D2F81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F81B; }
p { color: rgb(210,248,27); }
H1.HeaderClassName
{
color: #D2F81B;
}
.AnyTagClassName
{
color: #D2F81B;
}
</style>
background-color css
<style>
a { background-color: #D2F81B; }
a { background-color: rgb(210,248,27); }
div.DivClassName
{
background-color: #D2F81B;
}
.BgClassName
{
background-color: #D2F81B;
}
</style>
border-color css
<style>
span { border-color: #D2F81B; }
span { border-color: rgb(210,248,27); }
td.TdClassName
{
border-color: #D2F81B;
}
.TagClassName
{
border-color: #D2F81B;
}
</style>