Shades of Electric Lime #D2EF00
Tints of Electric Lime #D2EF00
RGB
CMYK
RGB Variations
Color information
#D2EF00 (or 0xD2EF00) is known color: Electric Lime. HEX triplet: D2, EF and 00. RGB value is (210,239,0). Sum of RGB (Red+Green+Blue) = 210+239+0=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 239 (93.75% from 255 or 53.23% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EF00 is #2D10FF. Grayscale: #CCCCCC. Windows color (decimal): -2953472 or 61394. OLE color: 61394.
HSL color Cylindrical-coordinate representation of color #D2EF00: hue angle of 67.28º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2EF00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.06 |
| HSL | 67.28º | 1% | 0.47% | - |
| HSV(B) | 67.28º | 1% | 0.94% | - |
| XYZ | 57.44 | 75.43 | 11.53 | - |
| YUV | 203.08 | 13.39 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 0 | 0.12 | 0 | 1 | 0.06 | 67.28 | 1 | 0.47 |
| Hex | D2 | EF | 0 | C | 0 | 64 | 6 | 43 | 64 | 2F |
| Octal | 322 | 357 | 0 | 14 | 0 | 144 | 6 | 103 | 144 | 57 |
| Binary | 11010010 | 11101111 | 0 | 1100 | 0 | 1100100 | 110 | 1000011 | 1100100 | 101111 |
Color Harmonies of #D2EF00
Complementary color
Monochromatic Colors of #D2EF00
Black with #D2EF00
Text Example
Text Example
White with #D2EF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EF00; }
p { color: rgb(210,239,0); }
H1.HeaderClassName
{
color: #D2EF00;
}
.AnyTagClassName
{
color: #D2EF00;
}
</style>
background-color css
<style>
a { background-color: #D2EF00; }
a { background-color: rgb(210,239,0); }
div.DivClassName
{
background-color: #D2EF00;
}
.BgClassName
{
background-color: #D2EF00;
}
</style>
border-color css
<style>
span { border-color: #D2EF00; }
span { border-color: rgb(210,239,0); }
td.TdClassName
{
border-color: #D2EF00;
}
.TagClassName
{
border-color: #D2EF00;
}
</style>