Shades of Lime Green #28BD4B
Tints of Lime Green #28BD4B
RGB
CMYK
RGB Variations
Color information
#28BD4B (or 0x28BD4B) is known color: Lime Green. HEX triplet: 28, BD and 4B. RGB value is (40,189,75). Sum of RGB (Red+Green+Blue) = 40+189+75=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 189 (74.22% from 255 or 62.17% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BD4B is #D742B4. Grayscale: #838383. Windows color (decimal): -14107317 or 4963624. OLE color: 4963624.
HSL color Cylindrical-coordinate representation of color #28BD4B: hue angle of 134.09º 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 #28BD4B is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 75 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.26 |
| HSL | 134.09º | 0.65% | 0.45% | - |
| HSV(B) | 134.09º | 0.79% | 0.74% | - |
| XYZ | 20.34 | 37.35 | 12.79 | - |
| YUV | 131.45 | 96.14 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 75 | 0.79 | 0 | 0.60 | 0.26 | 134.09 | 0.65 | 0.45 |
| Hex | 28 | BD | 4B | 4F | 0 | 3C | 1A | 86 | 41 | 2D |
| Octal | 50 | 275 | 113 | 117 | 0 | 74 | 32 | 206 | 101 | 55 |
| Binary | 101000 | 10111101 | 1001011 | 1001111 | 0 | 111100 | 11010 | 10000110 | 1000001 | 101101 |
Color Harmonies of #28BD4B
Complementary color
Monochromatic Colors of #28BD4B
Black with #28BD4B
Text Example
Text Example
White with #28BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BD4B; }
p { color: rgb(40,189,75); }
H1.HeaderClassName
{
color: #28BD4B;
}
.AnyTagClassName
{
color: #28BD4B;
}
</style>
background-color css
<style>
a { background-color: #28BD4B; }
a { background-color: rgb(40,189,75); }
div.DivClassName
{
background-color: #28BD4B;
}
.BgClassName
{
background-color: #28BD4B;
}
</style>
border-color css
<style>
span { border-color: #28BD4B; }
span { border-color: rgb(40,189,75); }
td.TdClassName
{
border-color: #28BD4B;
}
.TagClassName
{
border-color: #28BD4B;
}
</style>