Shades of Lime Green #28B52A
Tints of Lime Green #28B52A
RGB
CMYK
RGB Variations
Color information
#28B52A (or 0x28B52A) is known color: Lime Green. HEX triplet: 28, B5 and 2A. RGB value is (40,181,42). Sum of RGB (Red+Green+Blue) = 40+181+42=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 181 (71.09% from 255 or 68.82% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 181 - color contains mainly: green. Hex color #28B52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B52A is #D74AD5. Grayscale: #7B7B7B. Windows color (decimal): -14109398 or 2798888. OLE color: 2798888.
HSL color Cylindrical-coordinate representation of color #28B52A: hue angle of 120.85º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B52A is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 181 | 42 | - |
| CMYK | 0.78 | 0 | 0.77 | 0.29 |
| HSL | 120.85º | 0.64% | 0.43% | - |
| HSV(B) | 120.85º | 0.78% | 0.71% | - |
| XYZ | 17.82 | 33.67 | 7.75 | - |
| YUV | 123 | 82.29 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 181 | 42 | 0.78 | 0 | 0.77 | 0.29 | 120.85 | 0.64 | 0.43 |
| Hex | 28 | B5 | 2A | 4E | 0 | 4D | 1D | 79 | 40 | 2B |
| Octal | 50 | 265 | 52 | 116 | 0 | 115 | 35 | 171 | 100 | 53 |
| Binary | 101000 | 10110101 | 101010 | 1001110 | 0 | 1001101 | 11101 | 1111001 | 1000000 | 101011 |
Color Harmonies of #28B52A
Complementary color
Monochromatic Colors of #28B52A
Black with #28B52A
Text Example
Text Example
White with #28B52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B52A; }
p { color: rgb(40,181,42); }
H1.HeaderClassName
{
color: #28B52A;
}
.AnyTagClassName
{
color: #28B52A;
}
</style>
background-color css
<style>
a { background-color: #28B52A; }
a { background-color: rgb(40,181,42); }
div.DivClassName
{
background-color: #28B52A;
}
.BgClassName
{
background-color: #28B52A;
}
</style>
border-color css
<style>
span { border-color: #28B52A; }
span { border-color: rgb(40,181,42); }
td.TdClassName
{
border-color: #28B52A;
}
.TagClassName
{
border-color: #28B52A;
}
</style>