Shades of Lime Green #28BF4B
Tints of Lime Green #28BF4B
RGB
CMYK
RGB Variations
Color information
#28BF4B (or 0x28BF4B) is known color: Lime Green. HEX triplet: 28, BF and 4B. RGB value is (40,191,75). Sum of RGB (Red+Green+Blue) = 40+191+75=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 191 (75% from 255 or 62.42% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BF4B is #D740B4. Grayscale: #848484. Windows color (decimal): -14106805 or 4964136. OLE color: 4964136.
HSL color Cylindrical-coordinate representation of color #28BF4B: hue angle of 133.91º 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 #28BF4B is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 191 | 75 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.25 |
| HSL | 133.91º | 0.65% | 0.45% | - |
| HSV(B) | 133.91º | 0.79% | 0.75% | - |
| XYZ | 20.78 | 38.22 | 12.94 | - |
| YUV | 132.63 | 95.47 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 191 | 75 | 0.79 | 0 | 0.61 | 0.25 | 133.91 | 0.65 | 0.45 |
| Hex | 28 | BF | 4B | 4F | 0 | 3D | 19 | 86 | 41 | 2D |
| Octal | 50 | 277 | 113 | 117 | 0 | 75 | 31 | 206 | 101 | 55 |
| Binary | 101000 | 10111111 | 1001011 | 1001111 | 0 | 111101 | 11001 | 10000110 | 1000001 | 101101 |
Color Harmonies of #28BF4B
Complementary color
Monochromatic Colors of #28BF4B
Black with #28BF4B
Text Example
Text Example
White with #28BF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BF4B; }
p { color: rgb(40,191,75); }
H1.HeaderClassName
{
color: #28BF4B;
}
.AnyTagClassName
{
color: #28BF4B;
}
</style>
background-color css
<style>
a { background-color: #28BF4B; }
a { background-color: rgb(40,191,75); }
div.DivClassName
{
background-color: #28BF4B;
}
.BgClassName
{
background-color: #28BF4B;
}
</style>
border-color css
<style>
span { border-color: #28BF4B; }
span { border-color: rgb(40,191,75); }
td.TdClassName
{
border-color: #28BF4B;
}
.TagClassName
{
border-color: #28BF4B;
}
</style>