Shades of Electric Lime #D2FF09
Tints of Electric Lime #D2FF09
RGB
CMYK
RGB Variations
Color information
#D2FF09 (or 0xD2FF09) is known color: Electric Lime. HEX triplet: D2, FF and 09. RGB value is (210,255,9). Sum of RGB (Red+Green+Blue) = 210+255+9=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 9 (3.91% from 255 or 1.90% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FF09 is #2D00F6. Grayscale: #D6D6D6. Windows color (decimal): -2949367 or 655314. OLE color: 655314.
HSL color Cylindrical-coordinate representation of color #D2FF09: hue angle of 70.98º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2FF09 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 9 | - |
| CMYK | 0.18 | 0 | 0.96 | 0 |
| HSL | 70.98º | 1% | 0.52% | - |
| HSV(B) | 70.98º | 0.96% | 1% | - |
| XYZ | 62.39 | 85.24 | 13.42 | - |
| YUV | 213.5 | 12.59 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 9 | 0.18 | 0 | 0.96 | 0 | 70.98 | 1 | 0.52 |
| Hex | D2 | FF | 9 | 12 | 0 | 60 | 0 | 47 | 64 | 34 |
| Octal | 322 | 377 | 11 | 22 | 0 | 140 | 0 | 107 | 144 | 64 |
| Binary | 11010010 | 11111111 | 1001 | 10010 | 0 | 1100000 | 0 | 1000111 | 1100100 | 110100 |
Color Harmonies of #D2FF09
Complementary color
Monochromatic Colors of #D2FF09
Black with #D2FF09
Text Example
Text Example
White with #D2FF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF09; }
p { color: rgb(210,255,9); }
H1.HeaderClassName
{
color: #D2FF09;
}
.AnyTagClassName
{
color: #D2FF09;
}
</style>
background-color css
<style>
a { background-color: #D2FF09; }
a { background-color: rgb(210,255,9); }
div.DivClassName
{
background-color: #D2FF09;
}
.BgClassName
{
background-color: #D2FF09;
}
</style>
border-color css
<style>
span { border-color: #D2FF09; }
span { border-color: rgb(210,255,9); }
td.TdClassName
{
border-color: #D2FF09;
}
.TagClassName
{
border-color: #D2FF09;
}
</style>