Shades of Lime Green #28B334
Tints of Lime Green #28B334
RGB
CMYK
RGB Variations
Color information
#28B334 (or 0x28B334) is known color: Lime Green. HEX triplet: 28, B3 and 34. RGB value is (40,179,52). Sum of RGB (Red+Green+Blue) = 40+179+52=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 179 (70.31% from 255 or 66.05% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 179 - color contains mainly: green. Hex color #28B334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B334 is #D74CCB. Grayscale: #7B7B7B. Windows color (decimal): -14109900 or 3453736. OLE color: 3453736.
HSL color Cylindrical-coordinate representation of color #28B334: hue angle of 125.18º 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 #28B334 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 179 | 52 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.30 |
| HSL | 125.18º | 0.63% | 0.43% | - |
| HSV(B) | 125.18º | 0.78% | 0.7% | - |
| XYZ | 17.62 | 32.94 | 8.68 | - |
| YUV | 122.96 | 87.95 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 179 | 52 | 0.78 | 0 | 0.71 | 0.30 | 125.18 | 0.63 | 0.43 |
| Hex | 28 | B3 | 34 | 4E | 0 | 47 | 1E | 7D | 3F | 2B |
| Octal | 50 | 263 | 64 | 116 | 0 | 107 | 36 | 175 | 77 | 53 |
| Binary | 101000 | 10110011 | 110100 | 1001110 | 0 | 1000111 | 11110 | 1111101 | 111111 | 101011 |
Color Harmonies of #28B334
Complementary color
Monochromatic Colors of #28B334
Black with #28B334
Text Example
Text Example
White with #28B334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B334; }
p { color: rgb(40,179,52); }
H1.HeaderClassName
{
color: #28B334;
}
.AnyTagClassName
{
color: #28B334;
}
</style>
background-color css
<style>
a { background-color: #28B334; }
a { background-color: rgb(40,179,52); }
div.DivClassName
{
background-color: #28B334;
}
.BgClassName
{
background-color: #28B334;
}
</style>
border-color css
<style>
span { border-color: #28B334; }
span { border-color: rgb(40,179,52); }
td.TdClassName
{
border-color: #28B334;
}
.TagClassName
{
border-color: #28B334;
}
</style>