Shades of Lime Green #28C227
Tints of Lime Green #28C227
RGB
CMYK
RGB Variations
Color information
#28C227 (or 0x28C227) is known color: Lime Green. HEX triplet: 28, C2 and 27. RGB value is (40,194,39). Sum of RGB (Red+Green+Blue) = 40+194+39=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 194 (76.17% from 255 or 71.06% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 194 - color contains mainly: green. Hex color #28C227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C227 is #D73DD8. Grayscale: #828282. Windows color (decimal): -14106073 or 2605608. OLE color: 2605608.
HSL color Cylindrical-coordinate representation of color #28C227: hue angle of 119.61º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C227 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 39 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.24 |
| HSL | 119.61º | 0.67% | 0.46% | - |
| HSV(B) | 119.61º | 0.8% | 0.76% | - |
| XYZ | 20.53 | 39.18 | 8.4 | - |
| YUV | 130.28 | 76.48 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 39 | 0.79 | 0 | 0.80 | 0.24 | 119.61 | 0.67 | 0.46 |
| Hex | 28 | C2 | 27 | 4F | 0 | 50 | 18 | 78 | 43 | 2E |
| Octal | 50 | 302 | 47 | 117 | 0 | 120 | 30 | 170 | 103 | 56 |
| Binary | 101000 | 11000010 | 100111 | 1001111 | 0 | 1010000 | 11000 | 1111000 | 1000011 | 101110 |
Color Harmonies of #28C227
Complementary color
Monochromatic Colors of #28C227
Black with #28C227
Text Example
Text Example
White with #28C227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C227; }
p { color: rgb(40,194,39); }
H1.HeaderClassName
{
color: #28C227;
}
.AnyTagClassName
{
color: #28C227;
}
</style>
background-color css
<style>
a { background-color: #28C227; }
a { background-color: rgb(40,194,39); }
div.DivClassName
{
background-color: #28C227;
}
.BgClassName
{
background-color: #28C227;
}
</style>
border-color css
<style>
span { border-color: #28C227; }
span { border-color: rgb(40,194,39); }
td.TdClassName
{
border-color: #28C227;
}
.TagClassName
{
border-color: #28C227;
}
</style>