Shades of Lime Green #28B938
Tints of Lime Green #28B938
RGB
CMYK
RGB Variations
Color information
#28B938 (or 0x28B938) is known color: Lime Green. HEX triplet: 28, B9 and 38. RGB value is (40,185,56). Sum of RGB (Red+Green+Blue) = 40+185+56=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 185 (72.66% from 255 or 65.84% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 185 - color contains mainly: green. Hex color #28B938 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B938 is #D746C7. Grayscale: #7F7F7F. Windows color (decimal): -14108360 or 3717416. OLE color: 3717416.
HSL color Cylindrical-coordinate representation of color #28B938: hue angle of 126.62º degrees, saturation: 0.64, 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 #28B938 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 185 | 56 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.27 |
| HSL | 126.62º | 0.64% | 0.44% | - |
| HSV(B) | 126.62º | 0.78% | 0.73% | - |
| XYZ | 18.94 | 35.43 | 9.58 | - |
| YUV | 126.94 | 87.96 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 185 | 56 | 0.78 | 0 | 0.70 | 0.27 | 126.62 | 0.64 | 0.44 |
| Hex | 28 | B9 | 38 | 4E | 0 | 46 | 1B | 7F | 40 | 2C |
| Octal | 50 | 271 | 70 | 116 | 0 | 106 | 33 | 177 | 100 | 54 |
| Binary | 101000 | 10111001 | 111000 | 1001110 | 0 | 1000110 | 11011 | 1111111 | 1000000 | 101100 |
Color Harmonies of #28B938
Complementary color
Monochromatic Colors of #28B938
Black with #28B938
Text Example
Text Example
White with #28B938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B938; }
p { color: rgb(40,185,56); }
H1.HeaderClassName
{
color: #28B938;
}
.AnyTagClassName
{
color: #28B938;
}
</style>
background-color css
<style>
a { background-color: #28B938; }
a { background-color: rgb(40,185,56); }
div.DivClassName
{
background-color: #28B938;
}
.BgClassName
{
background-color: #28B938;
}
</style>
border-color css
<style>
span { border-color: #28B938; }
span { border-color: rgb(40,185,56); }
td.TdClassName
{
border-color: #28B938;
}
.TagClassName
{
border-color: #28B938;
}
</style>