Shades of Lime Green #28D525
Tints of Lime Green #28D525
RGB
CMYK
RGB Variations
Color information
#28D525 (or 0x28D525) is known color: Lime Green. HEX triplet: 28, D5 and 25. RGB value is (40,213,37). Sum of RGB (Red+Green+Blue) = 40+213+37=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 213 (83.59% from 255 or 73.45% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 213 - color contains mainly: green. Hex color #28D525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D525 is #D72ADA. Grayscale: #8D8D8D. Windows color (decimal): -14101211 or 2479400. OLE color: 2479400.
HSL color Cylindrical-coordinate representation of color #28D525: hue angle of 118.98º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28D525 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 213 | 37 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.16 |
| HSL | 118.98º | 0.7% | 0.49% | - |
| HSV(B) | 118.98º | 0.83% | 0.84% | - |
| XYZ | 25 | 48.17 | 9.73 | - |
| YUV | 141.21 | 69.19 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 213 | 37 | 0.81 | 0 | 0.83 | 0.16 | 118.98 | 0.7 | 0.49 |
| Hex | 28 | D5 | 25 | 51 | 0 | 53 | 10 | 77 | 46 | 31 |
| Octal | 50 | 325 | 45 | 121 | 0 | 123 | 20 | 167 | 106 | 61 |
| Binary | 101000 | 11010101 | 100101 | 1010001 | 0 | 1010011 | 10000 | 1110111 | 1000110 | 110001 |
Color Harmonies of #28D525
Complementary color
Monochromatic Colors of #28D525
Black with #28D525
Text Example
Text Example
White with #28D525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D525; }
p { color: rgb(40,213,37); }
H1.HeaderClassName
{
color: #28D525;
}
.AnyTagClassName
{
color: #28D525;
}
</style>
background-color css
<style>
a { background-color: #28D525; }
a { background-color: rgb(40,213,37); }
div.DivClassName
{
background-color: #28D525;
}
.BgClassName
{
background-color: #28D525;
}
</style>
border-color css
<style>
span { border-color: #28D525; }
span { border-color: rgb(40,213,37); }
td.TdClassName
{
border-color: #28D525;
}
.TagClassName
{
border-color: #28D525;
}
</style>