Shades of Electric Lime #D2F600
Tints of Electric Lime #D2F600
RGB
CMYK
RGB Variations
Color information
#D2F600 (or 0xD2F600) is known color: Electric Lime. HEX triplet: D2, F6 and 00. RGB value is (210,246,0). Sum of RGB (Red+Green+Blue) = 210+246+0=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 246 (96.48% from 255 or 53.95% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F600 is #2D09FF. Grayscale: #D0D0D0. Windows color (decimal): -2951680 or 63186. OLE color: 63186.
HSL color Cylindrical-coordinate representation of color #D2F600: hue angle of 68.78º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2F600 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 246 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.04 |
| HSL | 68.78º | 1% | 0.48% | - |
| HSV(B) | 68.78º | 1% | 0.96% | - |
| XYZ | 59.53 | 79.61 | 12.23 | - |
| YUV | 207.19 | 11.07 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 246 | 0 | 0.15 | 0 | 1 | 0.04 | 68.78 | 1 | 0.48 |
| Hex | D2 | F6 | 0 | F | 0 | 64 | 4 | 45 | 64 | 30 |
| Octal | 322 | 366 | 0 | 17 | 0 | 144 | 4 | 105 | 144 | 60 |
| Binary | 11010010 | 11110110 | 0 | 1111 | 0 | 1100100 | 100 | 1000101 | 1100100 | 110000 |
Color Harmonies of #D2F600
Complementary color
Monochromatic Colors of #D2F600
Black with #D2F600
Text Example
Text Example
White with #D2F600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F600; }
p { color: rgb(210,246,0); }
H1.HeaderClassName
{
color: #D2F600;
}
.AnyTagClassName
{
color: #D2F600;
}
</style>
background-color css
<style>
a { background-color: #D2F600; }
a { background-color: rgb(210,246,0); }
div.DivClassName
{
background-color: #D2F600;
}
.BgClassName
{
background-color: #D2F600;
}
</style>
border-color css
<style>
span { border-color: #D2F600; }
span { border-color: rgb(210,246,0); }
td.TdClassName
{
border-color: #D2F600;
}
.TagClassName
{
border-color: #D2F600;
}
</style>