Shades of Lime Green #28BD3F
Tints of Lime Green #28BD3F
RGB
CMYK
RGB Variations
Color information
#28BD3F (or 0x28BD3F) is known color: Lime Green. HEX triplet: 28, BD and 3F. RGB value is (40,189,63). Sum of RGB (Red+Green+Blue) = 40+189+63=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 189 (74.22% from 255 or 64.73% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BD3F is #D742C0. Grayscale: #828282. Windows color (decimal): -14107329 or 4177192. OLE color: 4177192.
HSL color Cylindrical-coordinate representation of color #28BD3F: hue angle of 129.26º 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 #28BD3F is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 63 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.26 |
| HSL | 129.26º | 0.65% | 0.45% | - |
| HSV(B) | 129.26º | 0.79% | 0.74% | - |
| XYZ | 19.97 | 37.21 | 10.83 | - |
| YUV | 130.09 | 90.14 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 63 | 0.79 | 0 | 0.67 | 0.26 | 129.26 | 0.65 | 0.45 |
| Hex | 28 | BD | 3F | 4F | 0 | 43 | 1A | 81 | 41 | 2D |
| Octal | 50 | 275 | 77 | 117 | 0 | 103 | 32 | 201 | 101 | 55 |
| Binary | 101000 | 10111101 | 111111 | 1001111 | 0 | 1000011 | 11010 | 10000001 | 1000001 | 101101 |
Color Harmonies of #28BD3F
Complementary color
Monochromatic Colors of #28BD3F
Black with #28BD3F
Text Example
Text Example
White with #28BD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BD3F; }
p { color: rgb(40,189,63); }
H1.HeaderClassName
{
color: #28BD3F;
}
.AnyTagClassName
{
color: #28BD3F;
}
</style>
background-color css
<style>
a { background-color: #28BD3F; }
a { background-color: rgb(40,189,63); }
div.DivClassName
{
background-color: #28BD3F;
}
.BgClassName
{
background-color: #28BD3F;
}
</style>
border-color css
<style>
span { border-color: #28BD3F; }
span { border-color: rgb(40,189,63); }
td.TdClassName
{
border-color: #28BD3F;
}
.TagClassName
{
border-color: #28BD3F;
}
</style>