Shades of Electric Lime #D2F809
Tints of Electric Lime #D2F809
RGB
CMYK
RGB Variations
Color information
#D2F809 (or 0xD2F809) is known color: Electric Lime. HEX triplet: D2, F8 and 09. RGB value is (210,248,9). Sum of RGB (Red+Green+Blue) = 210+248+9=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 9 (3.91% from 255 or 1.93% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F809 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F809 is #2D07F6. Grayscale: #D2D2D2. Windows color (decimal): -2951159 or 653522. OLE color: 653522.
HSL color Cylindrical-coordinate representation of color #D2F809: hue angle of 69.54º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2F809 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 248 | 9 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.03 |
| HSL | 69.54º | 0.94% | 0.5% | - |
| HSV(B) | 69.54º | 0.96% | 0.97% | - |
| XYZ | 60.2 | 80.86 | 12.69 | - |
| YUV | 209.39 | 14.91 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 248 | 9 | 0.15 | 0 | 0.96 | 0.03 | 69.54 | 0.94 | 0.5 |
| Hex | D2 | F8 | 9 | F | 0 | 60 | 3 | 46 | 5E | 32 |
| Octal | 322 | 370 | 11 | 17 | 0 | 140 | 3 | 106 | 136 | 62 |
| Binary | 11010010 | 11111000 | 1001 | 1111 | 0 | 1100000 | 11 | 1000110 | 1011110 | 110010 |
Color Harmonies of #D2F809
Complementary color
Monochromatic Colors of #D2F809
Black with #D2F809
Text Example
Text Example
White with #D2F809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F809; }
p { color: rgb(210,248,9); }
H1.HeaderClassName
{
color: #D2F809;
}
.AnyTagClassName
{
color: #D2F809;
}
</style>
background-color css
<style>
a { background-color: #D2F809; }
a { background-color: rgb(210,248,9); }
div.DivClassName
{
background-color: #D2F809;
}
.BgClassName
{
background-color: #D2F809;
}
</style>
border-color css
<style>
span { border-color: #D2F809; }
span { border-color: rgb(210,248,9); }
td.TdClassName
{
border-color: #D2F809;
}
.TagClassName
{
border-color: #D2F809;
}
</style>