Shades of Lime Green #28BD2E
Tints of Lime Green #28BD2E
RGB
CMYK
RGB Variations
Color information
#28BD2E (or 0x28BD2E) is known color: Lime Green. HEX triplet: 28, BD and 2E. RGB value is (40,189,46). Sum of RGB (Red+Green+Blue) = 40+189+46=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 189 (74.22% from 255 or 68.73% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BD2E is #D742D1. Grayscale: #808080. Windows color (decimal): -14107346 or 3063080. OLE color: 3063080.
HSL color Cylindrical-coordinate representation of color #28BD2E: hue angle of 122.42º 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 #28BD2E is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 46 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.26 |
| HSL | 122.42º | 0.65% | 0.45% | - |
| HSV(B) | 122.42º | 0.79% | 0.74% | - |
| XYZ | 19.57 | 37.04 | 8.7 | - |
| YUV | 128.15 | 81.64 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 46 | 0.79 | 0 | 0.76 | 0.26 | 122.42 | 0.65 | 0.45 |
| Hex | 28 | BD | 2E | 4F | 0 | 4C | 1A | 7A | 41 | 2D |
| Octal | 50 | 275 | 56 | 117 | 0 | 114 | 32 | 172 | 101 | 55 |
| Binary | 101000 | 10111101 | 101110 | 1001111 | 0 | 1001100 | 11010 | 1111010 | 1000001 | 101101 |
Color Harmonies of #28BD2E
Complementary color
Monochromatic Colors of #28BD2E
Black with #28BD2E
Text Example
Text Example
White with #28BD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BD2E; }
p { color: rgb(40,189,46); }
H1.HeaderClassName
{
color: #28BD2E;
}
.AnyTagClassName
{
color: #28BD2E;
}
</style>
background-color css
<style>
a { background-color: #28BD2E; }
a { background-color: rgb(40,189,46); }
div.DivClassName
{
background-color: #28BD2E;
}
.BgClassName
{
background-color: #28BD2E;
}
</style>
border-color css
<style>
span { border-color: #28BD2E; }
span { border-color: rgb(40,189,46); }
td.TdClassName
{
border-color: #28BD2E;
}
.TagClassName
{
border-color: #28BD2E;
}
</style>