Shades of Lime Green #28C319
Tints of Lime Green #28C319
RGB
CMYK
RGB Variations
Color information
#28C319 (or 0x28C319) is known color: Lime Green. HEX triplet: 28, C3 and 19. RGB value is (40,195,25). Sum of RGB (Red+Green+Blue) = 40+195+25=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 195 (76.56% from 255 or 75% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 195 - color contains mainly: green. Hex color #28C319 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C319 is #D73CE6. Grayscale: #818181. Windows color (decimal): -14105831 or 1688360. OLE color: 1688360.
HSL color Cylindrical-coordinate representation of color #28C319: hue angle of 114.71º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28C319 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 195 | 25 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.24 |
| HSL | 114.71º | 0.77% | 0.43% | - |
| HSV(B) | 114.71º | 0.87% | 0.76% | - |
| XYZ | 20.57 | 39.55 | 7.47 | - |
| YUV | 129.28 | 69.15 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 195 | 25 | 0.79 | 0 | 0.87 | 0.24 | 114.71 | 0.77 | 0.43 |
| Hex | 28 | C3 | 19 | 4F | 0 | 57 | 18 | 73 | 4D | 2B |
| Octal | 50 | 303 | 31 | 117 | 0 | 127 | 30 | 163 | 115 | 53 |
| Binary | 101000 | 11000011 | 11001 | 1001111 | 0 | 1010111 | 11000 | 1110011 | 1001101 | 101011 |
Color Harmonies of #28C319
Complementary color
Monochromatic Colors of #28C319
Black with #28C319
Text Example
Text Example
White with #28C319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C319; }
p { color: rgb(40,195,25); }
H1.HeaderClassName
{
color: #28C319;
}
.AnyTagClassName
{
color: #28C319;
}
</style>
background-color css
<style>
a { background-color: #28C319; }
a { background-color: rgb(40,195,25); }
div.DivClassName
{
background-color: #28C319;
}
.BgClassName
{
background-color: #28C319;
}
</style>
border-color css
<style>
span { border-color: #28C319; }
span { border-color: rgb(40,195,25); }
td.TdClassName
{
border-color: #28C319;
}
.TagClassName
{
border-color: #28C319;
}
</style>