Shades of Lime Green #28AB3C
Tints of Lime Green #28AB3C
RGB
CMYK
RGB Variations
Color information
#28AB3C (or 0x28AB3C) is known color: Lime Green. HEX triplet: 28, AB and 3C. RGB value is (40,171,60). Sum of RGB (Red+Green+Blue) = 40+171+60=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 171 (67.19% from 255 or 63.10% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AB3C is #D754C3. Grayscale: #777777. Windows color (decimal): -14111940 or 3975976. OLE color: 3975976.
HSL color Cylindrical-coordinate representation of color #28AB3C: hue angle of 129.16º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AB3C is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 171 | 60 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.33 |
| HSL | 129.16º | 0.62% | 0.41% | - |
| HSV(B) | 129.16º | 0.77% | 0.67% | - |
| XYZ | 16.25 | 29.9 | 9.19 | - |
| YUV | 119.18 | 94.6 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 60 | 0.77 | 0 | 0.65 | 0.33 | 129.16 | 0.62 | 0.41 |
| Hex | 28 | AB | 3C | 4D | 0 | 41 | 21 | 81 | 3E | 29 |
| Octal | 50 | 253 | 74 | 115 | 0 | 101 | 41 | 201 | 76 | 51 |
| Binary | 101000 | 10101011 | 111100 | 1001101 | 0 | 1000001 | 100001 | 10000001 | 111110 | 101001 |
Color Harmonies of #28AB3C
Complementary color
Monochromatic Colors of #28AB3C
Black with #28AB3C
Text Example
Text Example
White with #28AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AB3C; }
p { color: rgb(40,171,60); }
H1.HeaderClassName
{
color: #28AB3C;
}
.AnyTagClassName
{
color: #28AB3C;
}
</style>
background-color css
<style>
a { background-color: #28AB3C; }
a { background-color: rgb(40,171,60); }
div.DivClassName
{
background-color: #28AB3C;
}
.BgClassName
{
background-color: #28AB3C;
}
</style>
border-color css
<style>
span { border-color: #28AB3C; }
span { border-color: rgb(40,171,60); }
td.TdClassName
{
border-color: #28AB3C;
}
.TagClassName
{
border-color: #28AB3C;
}
</style>