Shades of Lime Green #28AA37
Tints of Lime Green #28AA37
RGB
CMYK
RGB Variations
Color information
#28AA37 (or 0x28AA37) is known color: Lime Green. HEX triplet: 28, AA and 37. RGB value is (40,170,55). Sum of RGB (Red+Green+Blue) = 40+170+55=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 170 (66.80% from 255 or 64.15% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AA37 is #D755C8. Grayscale: #767676. Windows color (decimal): -14112201 or 3648040. OLE color: 3648040.
HSL color Cylindrical-coordinate representation of color #28AA37: hue angle of 126.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28AA37 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 55 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.33 |
| HSL | 126.92º | 0.62% | 0.41% | - |
| HSV(B) | 126.92º | 0.76% | 0.67% | - |
| XYZ | 15.94 | 29.48 | 8.46 | - |
| YUV | 118.02 | 92.43 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 55 | 0.76 | 0 | 0.68 | 0.33 | 126.92 | 0.62 | 0.41 |
| Hex | 28 | AA | 37 | 4C | 0 | 44 | 21 | 7F | 3E | 29 |
| Octal | 50 | 252 | 67 | 114 | 0 | 104 | 41 | 177 | 76 | 51 |
| Binary | 101000 | 10101010 | 110111 | 1001100 | 0 | 1000100 | 100001 | 1111111 | 111110 | 101001 |
Color Harmonies of #28AA37
Complementary color
Monochromatic Colors of #28AA37
Black with #28AA37
Text Example
Text Example
White with #28AA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA37; }
p { color: rgb(40,170,55); }
H1.HeaderClassName
{
color: #28AA37;
}
.AnyTagClassName
{
color: #28AA37;
}
</style>
background-color css
<style>
a { background-color: #28AA37; }
a { background-color: rgb(40,170,55); }
div.DivClassName
{
background-color: #28AA37;
}
.BgClassName
{
background-color: #28AA37;
}
</style>
border-color css
<style>
span { border-color: #28AA37; }
span { border-color: rgb(40,170,55); }
td.TdClassName
{
border-color: #28AA37;
}
.TagClassName
{
border-color: #28AA37;
}
</style>