Shades of Lime Green #28BA32
Tints of Lime Green #28BA32
RGB
CMYK
RGB Variations
Color information
#28BA32 (or 0x28BA32) is known color: Lime Green. HEX triplet: 28, BA and 32. RGB value is (40,186,50). Sum of RGB (Red+Green+Blue) = 40+186+50=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 186 (73.05% from 255 or 67.39% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BA32 is #D745CD. Grayscale: #7F7F7F. Windows color (decimal): -14108110 or 3324456. OLE color: 3324456.
HSL color Cylindrical-coordinate representation of color #28BA32: hue angle of 124.11º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28BA32 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 50 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.27 |
| HSL | 124.11º | 0.65% | 0.44% | - |
| HSV(B) | 124.11º | 0.78% | 0.73% | - |
| XYZ | 19.01 | 35.8 | 8.93 | - |
| YUV | 126.84 | 84.63 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 50 | 0.78 | 0 | 0.73 | 0.27 | 124.11 | 0.65 | 0.44 |
| Hex | 28 | BA | 32 | 4E | 0 | 49 | 1B | 7C | 41 | 2C |
| Octal | 50 | 272 | 62 | 116 | 0 | 111 | 33 | 174 | 101 | 54 |
| Binary | 101000 | 10111010 | 110010 | 1001110 | 0 | 1001001 | 11011 | 1111100 | 1000001 | 101100 |
Color Harmonies of #28BA32
Complementary color
Monochromatic Colors of #28BA32
Black with #28BA32
Text Example
Text Example
White with #28BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BA32; }
p { color: rgb(40,186,50); }
H1.HeaderClassName
{
color: #28BA32;
}
.AnyTagClassName
{
color: #28BA32;
}
</style>
background-color css
<style>
a { background-color: #28BA32; }
a { background-color: rgb(40,186,50); }
div.DivClassName
{
background-color: #28BA32;
}
.BgClassName
{
background-color: #28BA32;
}
</style>
border-color css
<style>
span { border-color: #28BA32; }
span { border-color: rgb(40,186,50); }
td.TdClassName
{
border-color: #28BA32;
}
.TagClassName
{
border-color: #28BA32;
}
</style>