Shades of Lime Green #28BF4D
Tints of Lime Green #28BF4D
RGB
CMYK
RGB Variations
Color information
#28BF4D (or 0x28BF4D) is known color: Lime Green. HEX triplet: 28, BF and 4D. RGB value is (40,191,77). Sum of RGB (Red+Green+Blue) = 40+191+77=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 191 (75% from 255 or 62.01% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28BF4D is #D740B2. Grayscale: #858585. Windows color (decimal): -14106803 or 5095208. OLE color: 5095208.
HSL color Cylindrical-coordinate representation of color #28BF4D: hue angle of 134.7º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BF4D is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 191 | 77 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.25 |
| HSL | 134.7º | 0.65% | 0.45% | - |
| HSV(B) | 134.7º | 0.79% | 0.75% | - |
| XYZ | 20.85 | 38.25 | 13.31 | - |
| YUV | 132.86 | 96.47 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 191 | 77 | 0.79 | 0 | 0.60 | 0.25 | 134.7 | 0.65 | 0.45 |
| Hex | 28 | BF | 4D | 4F | 0 | 3C | 19 | 87 | 41 | 2D |
| Octal | 50 | 277 | 115 | 117 | 0 | 74 | 31 | 207 | 101 | 55 |
| Binary | 101000 | 10111111 | 1001101 | 1001111 | 0 | 111100 | 11001 | 10000111 | 1000001 | 101101 |
Color Harmonies of #28BF4D
Complementary color
Monochromatic Colors of #28BF4D
Black with #28BF4D
Text Example
Text Example
White with #28BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BF4D; }
p { color: rgb(40,191,77); }
H1.HeaderClassName
{
color: #28BF4D;
}
.AnyTagClassName
{
color: #28BF4D;
}
</style>
background-color css
<style>
a { background-color: #28BF4D; }
a { background-color: rgb(40,191,77); }
div.DivClassName
{
background-color: #28BF4D;
}
.BgClassName
{
background-color: #28BF4D;
}
</style>
border-color css
<style>
span { border-color: #28BF4D; }
span { border-color: rgb(40,191,77); }
td.TdClassName
{
border-color: #28BF4D;
}
.TagClassName
{
border-color: #28BF4D;
}
</style>