Shades of Electric Lime #D5FA12
Tints of Electric Lime #D5FA12
RGB
CMYK
RGB Variations
Color information
#D5FA12 (or 0xD5FA12) is known color: Electric Lime. HEX triplet: D5, FA and 12. RGB value is (213,250,18). Sum of RGB (Red+Green+Blue) = 213+250+18=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 18 (7.42% from 255 or 3.74% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FA12 is #2A05ED. Grayscale: #D5D5D5. Windows color (decimal): -2754030 or 1243861. OLE color: 1243861.
HSL color Cylindrical-coordinate representation of color #D5FA12: hue angle of 69.57º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5FA12 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 18 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.02 |
| HSL | 69.57º | 0.96% | 0.53% | - |
| HSV(B) | 69.57º | 0.93% | 0.98% | - |
| XYZ | 61.74 | 82.56 | 13.25 | - |
| YUV | 212.49 | 18.24 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 18 | 0.15 | 0 | 0.93 | 0.02 | 69.57 | 0.96 | 0.53 |
| Hex | D5 | FA | 12 | F | 0 | 5D | 2 | 46 | 60 | 35 |
| Octal | 325 | 372 | 22 | 17 | 0 | 135 | 2 | 106 | 140 | 65 |
| Binary | 11010101 | 11111010 | 10010 | 1111 | 0 | 1011101 | 10 | 1000110 | 1100000 | 110101 |
Color Harmonies of #D5FA12
Complementary color
Monochromatic Colors of #D5FA12
Black with #D5FA12
Text Example
Text Example
White with #D5FA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA12; }
p { color: rgb(213,250,18); }
H1.HeaderClassName
{
color: #D5FA12;
}
.AnyTagClassName
{
color: #D5FA12;
}
</style>
background-color css
<style>
a { background-color: #D5FA12; }
a { background-color: rgb(213,250,18); }
div.DivClassName
{
background-color: #D5FA12;
}
.BgClassName
{
background-color: #D5FA12;
}
</style>
border-color css
<style>
span { border-color: #D5FA12; }
span { border-color: rgb(213,250,18); }
td.TdClassName
{
border-color: #D5FA12;
}
.TagClassName
{
border-color: #D5FA12;
}
</style>