Shades of Lime Green #28BF25
Tints of Lime Green #28BF25
RGB
CMYK
RGB Variations
Color information
#28BF25 (or 0x28BF25) is known color: Lime Green. HEX triplet: 28, BF and 25. RGB value is (40,191,37). Sum of RGB (Red+Green+Blue) = 40+191+37=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 191 (75% from 255 or 71.27% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BF25 is #D740DA. Grayscale: #808080. Windows color (decimal): -14106843 or 2473768. OLE color: 2473768.
HSL color Cylindrical-coordinate representation of color #28BF25: hue angle of 118.83º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28BF25 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 191 | 37 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.25 |
| HSL | 118.83º | 0.68% | 0.45% | - |
| HSV(B) | 118.83º | 0.81% | 0.75% | - |
| XYZ | 19.84 | 37.85 | 8.01 | - |
| YUV | 128.3 | 76.47 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 191 | 37 | 0.79 | 0 | 0.81 | 0.25 | 118.83 | 0.68 | 0.45 |
| Hex | 28 | BF | 25 | 4F | 0 | 51 | 19 | 77 | 44 | 2D |
| Octal | 50 | 277 | 45 | 117 | 0 | 121 | 31 | 167 | 104 | 55 |
| Binary | 101000 | 10111111 | 100101 | 1001111 | 0 | 1010001 | 11001 | 1110111 | 1000100 | 101101 |
Color Harmonies of #28BF25
Complementary color
Monochromatic Colors of #28BF25
Black with #28BF25
Text Example
Text Example
White with #28BF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BF25; }
p { color: rgb(40,191,37); }
H1.HeaderClassName
{
color: #28BF25;
}
.AnyTagClassName
{
color: #28BF25;
}
</style>
background-color css
<style>
a { background-color: #28BF25; }
a { background-color: rgb(40,191,37); }
div.DivClassName
{
background-color: #28BF25;
}
.BgClassName
{
background-color: #28BF25;
}
</style>
border-color css
<style>
span { border-color: #28BF25; }
span { border-color: rgb(40,191,37); }
td.TdClassName
{
border-color: #28BF25;
}
.TagClassName
{
border-color: #28BF25;
}
</style>