Shades of Lime Green #28B93B
Tints of Lime Green #28B93B
RGB
CMYK
RGB Variations
Color information
#28B93B (or 0x28B93B) is known color: Lime Green. HEX triplet: 28, B9 and 3B. RGB value is (40,185,59). Sum of RGB (Red+Green+Blue) = 40+185+59=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 185 (72.66% from 255 or 65.14% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 185 - color contains mainly: green. Hex color #28B93B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B93B is #D746C4. Grayscale: #7F7F7F. Windows color (decimal): -14108357 or 3914024. OLE color: 3914024.
HSL color Cylindrical-coordinate representation of color #28B93B: hue angle of 127.86º 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 #28B93B is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 185 | 59 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.27 |
| HSL | 127.86º | 0.64% | 0.44% | - |
| HSV(B) | 127.86º | 0.78% | 0.73% | - |
| XYZ | 19.01 | 35.46 | 9.98 | - |
| YUV | 127.28 | 89.46 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 185 | 59 | 0.78 | 0 | 0.68 | 0.27 | 127.86 | 0.64 | 0.44 |
| Hex | 28 | B9 | 3B | 4E | 0 | 44 | 1B | 80 | 40 | 2C |
| Octal | 50 | 271 | 73 | 116 | 0 | 104 | 33 | 200 | 100 | 54 |
| Binary | 101000 | 10111001 | 111011 | 1001110 | 0 | 1000100 | 11011 | 10000000 | 1000000 | 101100 |
Color Harmonies of #28B93B
Complementary color
Monochromatic Colors of #28B93B
Black with #28B93B
Text Example
Text Example
White with #28B93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B93B; }
p { color: rgb(40,185,59); }
H1.HeaderClassName
{
color: #28B93B;
}
.AnyTagClassName
{
color: #28B93B;
}
</style>
background-color css
<style>
a { background-color: #28B93B; }
a { background-color: rgb(40,185,59); }
div.DivClassName
{
background-color: #28B93B;
}
.BgClassName
{
background-color: #28B93B;
}
</style>
border-color css
<style>
span { border-color: #28B93B; }
span { border-color: rgb(40,185,59); }
td.TdClassName
{
border-color: #28B93B;
}
.TagClassName
{
border-color: #28B93B;
}
</style>