Shades of Lime Green #28BD36
Tints of Lime Green #28BD36
RGB
CMYK
RGB Variations
Color information
#28BD36 (or 0x28BD36) is known color: Lime Green. HEX triplet: 28, BD and 36. RGB value is (40,189,54). Sum of RGB (Red+Green+Blue) = 40+189+54=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 189 (74.22% from 255 or 66.78% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BD36 is #D742C9. Grayscale: #818181. Windows color (decimal): -14107338 or 3587368. OLE color: 3587368.
HSL color Cylindrical-coordinate representation of color #28BD36: hue angle of 125.64º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BD36 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 54 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.26 |
| HSL | 125.64º | 0.65% | 0.45% | - |
| HSV(B) | 125.64º | 0.79% | 0.74% | - |
| XYZ | 19.74 | 37.11 | 9.61 | - |
| YUV | 129.06 | 85.64 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 54 | 0.79 | 0 | 0.71 | 0.26 | 125.64 | 0.65 | 0.45 |
| Hex | 28 | BD | 36 | 4F | 0 | 47 | 1A | 7E | 41 | 2D |
| Octal | 50 | 275 | 66 | 117 | 0 | 107 | 32 | 176 | 101 | 55 |
| Binary | 101000 | 10111101 | 110110 | 1001111 | 0 | 1000111 | 11010 | 1111110 | 1000001 | 101101 |
Color Harmonies of #28BD36
Complementary color
Monochromatic Colors of #28BD36
Black with #28BD36
Text Example
Text Example
White with #28BD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BD36; }
p { color: rgb(40,189,54); }
H1.HeaderClassName
{
color: #28BD36;
}
.AnyTagClassName
{
color: #28BD36;
}
</style>
background-color css
<style>
a { background-color: #28BD36; }
a { background-color: rgb(40,189,54); }
div.DivClassName
{
background-color: #28BD36;
}
.BgClassName
{
background-color: #28BD36;
}
</style>
border-color css
<style>
span { border-color: #28BD36; }
span { border-color: rgb(40,189,54); }
td.TdClassName
{
border-color: #28BD36;
}
.TagClassName
{
border-color: #28BD36;
}
</style>