Shades of Lime Green #28BD41
Tints of Lime Green #28BD41
RGB
CMYK
RGB Variations
Color information
#28BD41 (or 0x28BD41) is known color: Lime Green. HEX triplet: 28, BD and 41. RGB value is (40,189,65). Sum of RGB (Red+Green+Blue) = 40+189+65=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 189 (74.22% from 255 or 64.29% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BD41 is #D742BE. Grayscale: #828282. Windows color (decimal): -14107327 or 4308264. OLE color: 4308264.
HSL color Cylindrical-coordinate representation of color #28BD41: hue angle of 130.07º 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 #28BD41 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 65 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.26 |
| HSL | 130.07º | 0.65% | 0.45% | - |
| HSV(B) | 130.07º | 0.79% | 0.74% | - |
| XYZ | 20.03 | 37.23 | 11.13 | - |
| YUV | 130.31 | 91.14 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 65 | 0.79 | 0 | 0.66 | 0.26 | 130.07 | 0.65 | 0.45 |
| Hex | 28 | BD | 41 | 4F | 0 | 42 | 1A | 82 | 41 | 2D |
| Octal | 50 | 275 | 101 | 117 | 0 | 102 | 32 | 202 | 101 | 55 |
| Binary | 101000 | 10111101 | 1000001 | 1001111 | 0 | 1000010 | 11010 | 10000010 | 1000001 | 101101 |
Color Harmonies of #28BD41
Complementary color
Monochromatic Colors of #28BD41
Black with #28BD41
Text Example
Text Example
White with #28BD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BD41; }
p { color: rgb(40,189,65); }
H1.HeaderClassName
{
color: #28BD41;
}
.AnyTagClassName
{
color: #28BD41;
}
</style>
background-color css
<style>
a { background-color: #28BD41; }
a { background-color: rgb(40,189,65); }
div.DivClassName
{
background-color: #28BD41;
}
.BgClassName
{
background-color: #28BD41;
}
</style>
border-color css
<style>
span { border-color: #28BD41; }
span { border-color: rgb(40,189,65); }
td.TdClassName
{
border-color: #28BD41;
}
.TagClassName
{
border-color: #28BD41;
}
</style>