Shades of Lime Green #28B930
Tints of Lime Green #28B930
RGB
CMYK
RGB Variations
Color information
#28B930 (or 0x28B930) is known color: Lime Green. HEX triplet: 28, B9 and 30. RGB value is (40,185,48). Sum of RGB (Red+Green+Blue) = 40+185+48=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 185 (72.66% from 255 or 67.77% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 185 - color contains mainly: green. Hex color #28B930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B930 is #D746CF. Grayscale: #7E7E7E. Windows color (decimal): -14108368 or 3193128. OLE color: 3193128.
HSL color Cylindrical-coordinate representation of color #28B930: hue angle of 123.31º 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 #28B930 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 185 | 48 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.27 |
| HSL | 123.31º | 0.64% | 0.44% | - |
| HSV(B) | 123.31º | 0.78% | 0.73% | - |
| XYZ | 18.76 | 35.36 | 8.63 | - |
| YUV | 126.03 | 83.96 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 185 | 48 | 0.78 | 0 | 0.74 | 0.27 | 123.31 | 0.64 | 0.44 |
| Hex | 28 | B9 | 30 | 4E | 0 | 4A | 1B | 7B | 40 | 2C |
| Octal | 50 | 271 | 60 | 116 | 0 | 112 | 33 | 173 | 100 | 54 |
| Binary | 101000 | 10111001 | 110000 | 1001110 | 0 | 1001010 | 11011 | 1111011 | 1000000 | 101100 |
Color Harmonies of #28B930
Complementary color
Monochromatic Colors of #28B930
Black with #28B930
Text Example
Text Example
White with #28B930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B930; }
p { color: rgb(40,185,48); }
H1.HeaderClassName
{
color: #28B930;
}
.AnyTagClassName
{
color: #28B930;
}
</style>
background-color css
<style>
a { background-color: #28B930; }
a { background-color: rgb(40,185,48); }
div.DivClassName
{
background-color: #28B930;
}
.BgClassName
{
background-color: #28B930;
}
</style>
border-color css
<style>
span { border-color: #28B930; }
span { border-color: rgb(40,185,48); }
td.TdClassName
{
border-color: #28B930;
}
.TagClassName
{
border-color: #28B930;
}
</style>