Shades of Lime Green #28C326
Tints of Lime Green #28C326
RGB
CMYK
RGB Variations
Color information
#28C326 (or 0x28C326) is known color: Lime Green. HEX triplet: 28, C3 and 26. RGB value is (40,195,38). Sum of RGB (Red+Green+Blue) = 40+195+38=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 195 (76.56% from 255 or 71.43% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 195 - color contains mainly: green. Hex color #28C326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C326 is #D73CD9. Grayscale: #838383. Windows color (decimal): -14105818 or 2540328. OLE color: 2540328.
HSL color Cylindrical-coordinate representation of color #28C326: hue angle of 119.24º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28C326 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 195 | 38 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.24 |
| HSL | 119.24º | 0.67% | 0.46% | - |
| HSV(B) | 119.24º | 0.81% | 0.76% | - |
| XYZ | 20.74 | 39.62 | 8.39 | - |
| YUV | 130.76 | 75.65 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 195 | 38 | 0.79 | 0 | 0.81 | 0.24 | 119.24 | 0.67 | 0.46 |
| Hex | 28 | C3 | 26 | 4F | 0 | 51 | 18 | 77 | 43 | 2E |
| Octal | 50 | 303 | 46 | 117 | 0 | 121 | 30 | 167 | 103 | 56 |
| Binary | 101000 | 11000011 | 100110 | 1001111 | 0 | 1010001 | 11000 | 1110111 | 1000011 | 101110 |
Color Harmonies of #28C326
Complementary color
Monochromatic Colors of #28C326
Black with #28C326
Text Example
Text Example
White with #28C326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C326; }
p { color: rgb(40,195,38); }
H1.HeaderClassName
{
color: #28C326;
}
.AnyTagClassName
{
color: #28C326;
}
</style>
background-color css
<style>
a { background-color: #28C326; }
a { background-color: rgb(40,195,38); }
div.DivClassName
{
background-color: #28C326;
}
.BgClassName
{
background-color: #28C326;
}
</style>
border-color css
<style>
span { border-color: #28C326; }
span { border-color: rgb(40,195,38); }
td.TdClassName
{
border-color: #28C326;
}
.TagClassName
{
border-color: #28C326;
}
</style>