Shades of Lime Green #28C126
Tints of Lime Green #28C126
RGB
CMYK
RGB Variations
Color information
#28C126 (or 0x28C126) is known color: Lime Green. HEX triplet: 28, C1 and 26. RGB value is (40,193,38). Sum of RGB (Red+Green+Blue) = 40+193+38=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 193 (75.78% from 255 or 71.22% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 193 - color contains mainly: green. Hex color #28C126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C126 is #D73ED9. Grayscale: #828282. Windows color (decimal): -14106330 or 2539816. OLE color: 2539816.
HSL color Cylindrical-coordinate representation of color #28C126: hue angle of 119.23º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C126 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 193 | 38 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.24 |
| HSL | 119.23º | 0.67% | 0.45% | - |
| HSV(B) | 119.23º | 0.8% | 0.76% | - |
| XYZ | 20.29 | 38.73 | 8.24 | - |
| YUV | 129.58 | 76.31 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 193 | 38 | 0.79 | 0 | 0.80 | 0.24 | 119.23 | 0.67 | 0.45 |
| Hex | 28 | C1 | 26 | 4F | 0 | 50 | 18 | 77 | 43 | 2D |
| Octal | 50 | 301 | 46 | 117 | 0 | 120 | 30 | 167 | 103 | 55 |
| Binary | 101000 | 11000001 | 100110 | 1001111 | 0 | 1010000 | 11000 | 1110111 | 1000011 | 101101 |
Color Harmonies of #28C126
Complementary color
Monochromatic Colors of #28C126
Black with #28C126
Text Example
Text Example
White with #28C126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C126; }
p { color: rgb(40,193,38); }
H1.HeaderClassName
{
color: #28C126;
}
.AnyTagClassName
{
color: #28C126;
}
</style>
background-color css
<style>
a { background-color: #28C126; }
a { background-color: rgb(40,193,38); }
div.DivClassName
{
background-color: #28C126;
}
.BgClassName
{
background-color: #28C126;
}
</style>
border-color css
<style>
span { border-color: #28C126; }
span { border-color: rgb(40,193,38); }
td.TdClassName
{
border-color: #28C126;
}
.TagClassName
{
border-color: #28C126;
}
</style>