Shades of Lime Green #28B443
Tints of Lime Green #28B443
RGB
CMYK
RGB Variations
Color information
#28B443 (or 0x28B443) is known color: Lime Green. HEX triplet: 28, B4 and 43. RGB value is (40,180,67). Sum of RGB (Red+Green+Blue) = 40+180+67=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 180 (70.70% from 255 or 62.72% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 180 - color contains mainly: green. Hex color #28B443 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B443 is #D74BBC. Grayscale: #7D7D7D. Windows color (decimal): -14109629 or 4437032. OLE color: 4437032.
HSL color Cylindrical-coordinate representation of color #28B443: hue angle of 131.57º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B443 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 180 | 67 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.29 |
| HSL | 131.57º | 0.64% | 0.43% | - |
| HSV(B) | 131.57º | 0.78% | 0.71% | - |
| XYZ | 18.21 | 33.5 | 10.82 | - |
| YUV | 125.26 | 95.12 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 180 | 67 | 0.78 | 0 | 0.63 | 0.29 | 131.57 | 0.64 | 0.43 |
| Hex | 28 | B4 | 43 | 4E | 0 | 3F | 1D | 84 | 40 | 2B |
| Octal | 50 | 264 | 103 | 116 | 0 | 77 | 35 | 204 | 100 | 53 |
| Binary | 101000 | 10110100 | 1000011 | 1001110 | 0 | 111111 | 11101 | 10000100 | 1000000 | 101011 |
Color Harmonies of #28B443
Complementary color
Monochromatic Colors of #28B443
Black with #28B443
Text Example
Text Example
White with #28B443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B443; }
p { color: rgb(40,180,67); }
H1.HeaderClassName
{
color: #28B443;
}
.AnyTagClassName
{
color: #28B443;
}
</style>
background-color css
<style>
a { background-color: #28B443; }
a { background-color: rgb(40,180,67); }
div.DivClassName
{
background-color: #28B443;
}
.BgClassName
{
background-color: #28B443;
}
</style>
border-color css
<style>
span { border-color: #28B443; }
span { border-color: rgb(40,180,67); }
td.TdClassName
{
border-color: #28B443;
}
.TagClassName
{
border-color: #28B443;
}
</style>