Shades of Lime Green #28B630
Tints of Lime Green #28B630
RGB
CMYK
RGB Variations
Color information
#28B630 (or 0x28B630) is known color: Lime Green. HEX triplet: 28, B6 and 30. RGB value is (40,182,48). Sum of RGB (Red+Green+Blue) = 40+182+48=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 182 (71.48% from 255 or 67.41% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 182 - color contains mainly: green. Hex color #28B630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B630 is #D749CF. Grayscale: #7C7C7C. Windows color (decimal): -14109136 or 3192360. OLE color: 3192360.
HSL color Cylindrical-coordinate representation of color #28B630: hue angle of 123.38º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B630 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 182 | 48 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.29 |
| HSL | 123.38º | 0.64% | 0.44% | - |
| HSV(B) | 123.38º | 0.78% | 0.71% | - |
| XYZ | 18.14 | 34.12 | 8.43 | - |
| YUV | 124.27 | 84.96 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 182 | 48 | 0.78 | 0 | 0.74 | 0.29 | 123.38 | 0.64 | 0.44 |
| Hex | 28 | B6 | 30 | 4E | 0 | 4A | 1D | 7B | 40 | 2C |
| Octal | 50 | 266 | 60 | 116 | 0 | 112 | 35 | 173 | 100 | 54 |
| Binary | 101000 | 10110110 | 110000 | 1001110 | 0 | 1001010 | 11101 | 1111011 | 1000000 | 101100 |
Color Harmonies of #28B630
Complementary color
Monochromatic Colors of #28B630
Black with #28B630
Text Example
Text Example
White with #28B630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B630; }
p { color: rgb(40,182,48); }
H1.HeaderClassName
{
color: #28B630;
}
.AnyTagClassName
{
color: #28B630;
}
</style>
background-color css
<style>
a { background-color: #28B630; }
a { background-color: rgb(40,182,48); }
div.DivClassName
{
background-color: #28B630;
}
.BgClassName
{
background-color: #28B630;
}
</style>
border-color css
<style>
span { border-color: #28B630; }
span { border-color: rgb(40,182,48); }
td.TdClassName
{
border-color: #28B630;
}
.TagClassName
{
border-color: #28B630;
}
</style>