Shades of Lime Green #28AA38
Tints of Lime Green #28AA38
RGB
CMYK
RGB Variations
Color information
#28AA38 (or 0x28AA38) is known color: Lime Green. HEX triplet: 28, AA and 38. RGB value is (40,170,56). Sum of RGB (Red+Green+Blue) = 40+170+56=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 170 (66.80% from 255 or 63.91% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AA38 is #D755C7. Grayscale: #767676. Windows color (decimal): -14112200 or 3713576. OLE color: 3713576.
HSL color Cylindrical-coordinate representation of color #28AA38: hue angle of 127.38º 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 #28AA38 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 56 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.33 |
| HSL | 127.38º | 0.62% | 0.41% | - |
| HSV(B) | 127.38º | 0.76% | 0.67% | - |
| XYZ | 15.96 | 29.49 | 8.59 | - |
| YUV | 118.13 | 92.93 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 56 | 0.76 | 0 | 0.67 | 0.33 | 127.38 | 0.62 | 0.41 |
| Hex | 28 | AA | 38 | 4C | 0 | 43 | 21 | 7F | 3E | 29 |
| Octal | 50 | 252 | 70 | 114 | 0 | 103 | 41 | 177 | 76 | 51 |
| Binary | 101000 | 10101010 | 111000 | 1001100 | 0 | 1000011 | 100001 | 1111111 | 111110 | 101001 |
Color Harmonies of #28AA38
Complementary color
Monochromatic Colors of #28AA38
Black with #28AA38
Text Example
Text Example
White with #28AA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA38; }
p { color: rgb(40,170,56); }
H1.HeaderClassName
{
color: #28AA38;
}
.AnyTagClassName
{
color: #28AA38;
}
</style>
background-color css
<style>
a { background-color: #28AA38; }
a { background-color: rgb(40,170,56); }
div.DivClassName
{
background-color: #28AA38;
}
.BgClassName
{
background-color: #28AA38;
}
</style>
border-color css
<style>
span { border-color: #28AA38; }
span { border-color: rgb(40,170,56); }
td.TdClassName
{
border-color: #28AA38;
}
.TagClassName
{
border-color: #28AA38;
}
</style>