Shades of Electric Lime #D2F105
Tints of Electric Lime #D2F105
RGB
CMYK
RGB Variations
Color information
#D2F105 (or 0xD2F105) is known color: Electric Lime. HEX triplet: D2, F1 and 05. RGB value is (210,241,5). Sum of RGB (Red+Green+Blue) = 210+241+5=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 5 (2.34% from 255 or 1.10% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F105 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F105 is #2D0EFA. Grayscale: #CDCDCD. Windows color (decimal): -2952955 or 389586. OLE color: 389586.
HSL color Cylindrical-coordinate representation of color #D2F105: hue angle of 67.88º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2F105 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 5 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.05 |
| HSL | 67.88º | 0.96% | 0.48% | - |
| HSV(B) | 67.88º | 0.98% | 0.95% | - |
| XYZ | 58.06 | 76.62 | 11.87 | - |
| YUV | 204.83 | 15.23 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 5 | 0.13 | 0 | 0.98 | 0.05 | 67.88 | 0.96 | 0.48 |
| Hex | D2 | F1 | 5 | D | 0 | 62 | 5 | 44 | 60 | 30 |
| Octal | 322 | 361 | 5 | 15 | 0 | 142 | 5 | 104 | 140 | 60 |
| Binary | 11010010 | 11110001 | 101 | 1101 | 0 | 1100010 | 101 | 1000100 | 1100000 | 110000 |
Color Harmonies of #D2F105
Complementary color
Monochromatic Colors of #D2F105
Black with #D2F105
Text Example
Text Example
White with #D2F105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F105; }
p { color: rgb(210,241,5); }
H1.HeaderClassName
{
color: #D2F105;
}
.AnyTagClassName
{
color: #D2F105;
}
</style>
background-color css
<style>
a { background-color: #D2F105; }
a { background-color: rgb(210,241,5); }
div.DivClassName
{
background-color: #D2F105;
}
.BgClassName
{
background-color: #D2F105;
}
</style>
border-color css
<style>
span { border-color: #D2F105; }
span { border-color: rgb(210,241,5); }
td.TdClassName
{
border-color: #D2F105;
}
.TagClassName
{
border-color: #D2F105;
}
</style>