Shades of Electric Lime #D2EF0F
Tints of Electric Lime #D2EF0F
RGB
CMYK
RGB Variations
Color information
#D2EF0F (or 0xD2EF0F) is known color: Electric Lime. HEX triplet: D2, EF and 0F. RGB value is (210,239,15). Sum of RGB (Red+Green+Blue) = 210+239+15=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 239 (93.75% from 255 or 51.51% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EF0F is #2D10F0. Grayscale: #CDCDCD. Windows color (decimal): -2953457 or 1044434. OLE color: 1044434.
HSL color Cylindrical-coordinate representation of color #D2EF0F: hue angle of 67.77º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2EF0F is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 15 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.06 |
| HSL | 67.77º | 0.88% | 0.5% | - |
| HSV(B) | 67.77º | 0.94% | 0.94% | - |
| XYZ | 57.53 | 75.47 | 11.99 | - |
| YUV | 204.79 | 20.89 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 15 | 0.12 | 0 | 0.94 | 0.06 | 67.77 | 0.88 | 0.5 |
| Hex | D2 | EF | F | C | 0 | 5E | 6 | 44 | 58 | 32 |
| Octal | 322 | 357 | 17 | 14 | 0 | 136 | 6 | 104 | 130 | 62 |
| Binary | 11010010 | 11101111 | 1111 | 1100 | 0 | 1011110 | 110 | 1000100 | 1011000 | 110010 |
Color Harmonies of #D2EF0F
Complementary color
Monochromatic Colors of #D2EF0F
Black with #D2EF0F
Text Example
Text Example
White with #D2EF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EF0F; }
p { color: rgb(210,239,15); }
H1.HeaderClassName
{
color: #D2EF0F;
}
.AnyTagClassName
{
color: #D2EF0F;
}
</style>
background-color css
<style>
a { background-color: #D2EF0F; }
a { background-color: rgb(210,239,15); }
div.DivClassName
{
background-color: #D2EF0F;
}
.BgClassName
{
background-color: #D2EF0F;
}
</style>
border-color css
<style>
span { border-color: #D2EF0F; }
span { border-color: rgb(210,239,15); }
td.TdClassName
{
border-color: #D2EF0F;
}
.TagClassName
{
border-color: #D2EF0F;
}
</style>