Shades of Lime Green #28B341
Tints of Lime Green #28B341
RGB
CMYK
RGB Variations
Color information
#28B341 (or 0x28B341) is known color: Lime Green. HEX triplet: 28, B3 and 41. RGB value is (40,179,65). Sum of RGB (Red+Green+Blue) = 40+179+65=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 179 (70.31% from 255 or 63.03% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 179 - color contains mainly: green. Hex color #28B341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B341 is #D74CBE. Grayscale: #7C7C7C. Windows color (decimal): -14109887 or 4305704. OLE color: 4305704.
HSL color Cylindrical-coordinate representation of color #28B341: hue angle of 130.79º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B341 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 179 | 65 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.30 |
| HSL | 130.79º | 0.63% | 0.43% | - |
| HSV(B) | 130.79º | 0.78% | 0.7% | - |
| XYZ | 17.95 | 33.07 | 10.44 | - |
| YUV | 124.44 | 94.45 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 179 | 65 | 0.78 | 0 | 0.64 | 0.30 | 130.79 | 0.63 | 0.43 |
| Hex | 28 | B3 | 41 | 4E | 0 | 40 | 1E | 83 | 3F | 2B |
| Octal | 50 | 263 | 101 | 116 | 0 | 100 | 36 | 203 | 77 | 53 |
| Binary | 101000 | 10110011 | 1000001 | 1001110 | 0 | 1000000 | 11110 | 10000011 | 111111 | 101011 |
Color Harmonies of #28B341
Complementary color
Monochromatic Colors of #28B341
Black with #28B341
Text Example
Text Example
White with #28B341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B341; }
p { color: rgb(40,179,65); }
H1.HeaderClassName
{
color: #28B341;
}
.AnyTagClassName
{
color: #28B341;
}
</style>
background-color css
<style>
a { background-color: #28B341; }
a { background-color: rgb(40,179,65); }
div.DivClassName
{
background-color: #28B341;
}
.BgClassName
{
background-color: #28B341;
}
</style>
border-color css
<style>
span { border-color: #28B341; }
span { border-color: rgb(40,179,65); }
td.TdClassName
{
border-color: #28B341;
}
.TagClassName
{
border-color: #28B341;
}
</style>