Shades of Lime Green #28AA3C
Tints of Lime Green #28AA3C
RGB
CMYK
RGB Variations
Color information
#28AA3C (or 0x28AA3C) is known color: Lime Green. HEX triplet: 28, AA and 3C. RGB value is (40,170,60). Sum of RGB (Red+Green+Blue) = 40+170+60=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 170 (66.80% from 255 or 62.96% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AA3C is #D755C3. Grayscale: #767676. Windows color (decimal): -14112196 or 3975720. OLE color: 3975720.
HSL color Cylindrical-coordinate representation of color #28AA3C: hue angle of 129.23º 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 #28AA3C is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 60 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.33 |
| HSL | 129.23º | 0.62% | 0.41% | - |
| HSV(B) | 129.23º | 0.76% | 0.67% | - |
| XYZ | 16.07 | 29.53 | 9.13 | - |
| YUV | 118.59 | 94.93 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 60 | 0.76 | 0 | 0.65 | 0.33 | 129.23 | 0.62 | 0.41 |
| Hex | 28 | AA | 3C | 4C | 0 | 41 | 21 | 81 | 3E | 29 |
| Octal | 50 | 252 | 74 | 114 | 0 | 101 | 41 | 201 | 76 | 51 |
| Binary | 101000 | 10101010 | 111100 | 1001100 | 0 | 1000001 | 100001 | 10000001 | 111110 | 101001 |
Color Harmonies of #28AA3C
Complementary color
Monochromatic Colors of #28AA3C
Black with #28AA3C
Text Example
Text Example
White with #28AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA3C; }
p { color: rgb(40,170,60); }
H1.HeaderClassName
{
color: #28AA3C;
}
.AnyTagClassName
{
color: #28AA3C;
}
</style>
background-color css
<style>
a { background-color: #28AA3C; }
a { background-color: rgb(40,170,60); }
div.DivClassName
{
background-color: #28AA3C;
}
.BgClassName
{
background-color: #28AA3C;
}
</style>
border-color css
<style>
span { border-color: #28AA3C; }
span { border-color: rgb(40,170,60); }
td.TdClassName
{
border-color: #28AA3C;
}
.TagClassName
{
border-color: #28AA3C;
}
</style>