Shades of Lime Green #28B53E
Tints of Lime Green #28B53E
RGB
CMYK
RGB Variations
Color information
#28B53E (or 0x28B53E) is known color: Lime Green. HEX triplet: 28, B5 and 3E. RGB value is (40,181,62). Sum of RGB (Red+Green+Blue) = 40+181+62=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 181 (71.09% from 255 or 63.96% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 181 - color contains mainly: green. Hex color #28B53E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B53E is #D74AC1. Grayscale: #7D7D7D. Windows color (decimal): -14109378 or 4109608. OLE color: 4109608.
HSL color Cylindrical-coordinate representation of color #28B53E: hue angle of 129.36º 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 #28B53E is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 181 | 62 | - |
| CMYK | 0.78 | 0 | 0.66 | 0.29 |
| HSL | 129.36º | 0.64% | 0.43% | - |
| HSV(B) | 129.36º | 0.78% | 0.71% | - |
| XYZ | 18.27 | 33.85 | 10.13 | - |
| YUV | 125.28 | 92.29 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 181 | 62 | 0.78 | 0 | 0.66 | 0.29 | 129.36 | 0.64 | 0.43 |
| Hex | 28 | B5 | 3E | 4E | 0 | 42 | 1D | 81 | 40 | 2B |
| Octal | 50 | 265 | 76 | 116 | 0 | 102 | 35 | 201 | 100 | 53 |
| Binary | 101000 | 10110101 | 111110 | 1001110 | 0 | 1000010 | 11101 | 10000001 | 1000000 | 101011 |
Color Harmonies of #28B53E
Complementary color
Monochromatic Colors of #28B53E
Black with #28B53E
Text Example
Text Example
White with #28B53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B53E; }
p { color: rgb(40,181,62); }
H1.HeaderClassName
{
color: #28B53E;
}
.AnyTagClassName
{
color: #28B53E;
}
</style>
background-color css
<style>
a { background-color: #28B53E; }
a { background-color: rgb(40,181,62); }
div.DivClassName
{
background-color: #28B53E;
}
.BgClassName
{
background-color: #28B53E;
}
</style>
border-color css
<style>
span { border-color: #28B53E; }
span { border-color: rgb(40,181,62); }
td.TdClassName
{
border-color: #28B53E;
}
.TagClassName
{
border-color: #28B53E;
}
</style>