Shades of Lime Green #28AA36
Tints of Lime Green #28AA36
RGB
CMYK
RGB Variations
Color information
#28AA36 (or 0x28AA36) is known color: Lime Green. HEX triplet: 28, AA and 36. RGB value is (40,170,54). Sum of RGB (Red+Green+Blue) = 40+170+54=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AA36 is #D755C9. Grayscale: #767676. Windows color (decimal): -14112202 or 3582504. OLE color: 3582504.
HSL color Cylindrical-coordinate representation of color #28AA36: hue angle of 126.46º 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 #28AA36 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 54 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.33 |
| HSL | 126.46º | 0.62% | 0.41% | - |
| HSV(B) | 126.46º | 0.76% | 0.67% | - |
| XYZ | 15.92 | 29.47 | 8.34 | - |
| YUV | 117.91 | 91.93 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 54 | 0.76 | 0 | 0.68 | 0.33 | 126.46 | 0.62 | 0.41 |
| Hex | 28 | AA | 36 | 4C | 0 | 44 | 21 | 7E | 3E | 29 |
| Octal | 50 | 252 | 66 | 114 | 0 | 104 | 41 | 176 | 76 | 51 |
| Binary | 101000 | 10101010 | 110110 | 1001100 | 0 | 1000100 | 100001 | 1111110 | 111110 | 101001 |
Color Harmonies of #28AA36
Complementary color
Monochromatic Colors of #28AA36
Black with #28AA36
Text Example
Text Example
White with #28AA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA36; }
p { color: rgb(40,170,54); }
H1.HeaderClassName
{
color: #28AA36;
}
.AnyTagClassName
{
color: #28AA36;
}
</style>
background-color css
<style>
a { background-color: #28AA36; }
a { background-color: rgb(40,170,54); }
div.DivClassName
{
background-color: #28AA36;
}
.BgClassName
{
background-color: #28AA36;
}
</style>
border-color css
<style>
span { border-color: #28AA36; }
span { border-color: rgb(40,170,54); }
td.TdClassName
{
border-color: #28AA36;
}
.TagClassName
{
border-color: #28AA36;
}
</style>