Shades of Lime Green #28C52F
Tints of Lime Green #28C52F
RGB
CMYK
RGB Variations
Color information
#28C52F (or 0x28C52F) is known color: Lime Green. HEX triplet: 28, C5 and 2F. RGB value is (40,197,47). Sum of RGB (Red+Green+Blue) = 40+197+47=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 197 (77.34% from 255 or 69.37% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 197 - color contains mainly: green. Hex color #28C52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C52F is #D73AD0. Grayscale: #858585. Windows color (decimal): -14105297 or 3130664. OLE color: 3130664.
HSL color Cylindrical-coordinate representation of color #28C52F: hue angle of 122.68º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C52F is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 47 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.23 |
| HSL | 122.68º | 0.66% | 0.46% | - |
| HSV(B) | 122.68º | 0.8% | 0.77% | - |
| XYZ | 21.35 | 40.59 | 9.4 | - |
| YUV | 132.96 | 79.49 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 47 | 0.80 | 0 | 0.76 | 0.23 | 122.68 | 0.66 | 0.46 |
| Hex | 28 | C5 | 2F | 50 | 0 | 4C | 17 | 7B | 42 | 2E |
| Octal | 50 | 305 | 57 | 120 | 0 | 114 | 27 | 173 | 102 | 56 |
| Binary | 101000 | 11000101 | 101111 | 1010000 | 0 | 1001100 | 10111 | 1111011 | 1000010 | 101110 |
Color Harmonies of #28C52F
Complementary color
Monochromatic Colors of #28C52F
Black with #28C52F
Text Example
Text Example
White with #28C52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C52F; }
p { color: rgb(40,197,47); }
H1.HeaderClassName
{
color: #28C52F;
}
.AnyTagClassName
{
color: #28C52F;
}
</style>
background-color css
<style>
a { background-color: #28C52F; }
a { background-color: rgb(40,197,47); }
div.DivClassName
{
background-color: #28C52F;
}
.BgClassName
{
background-color: #28C52F;
}
</style>
border-color css
<style>
span { border-color: #28C52F; }
span { border-color: rgb(40,197,47); }
td.TdClassName
{
border-color: #28C52F;
}
.TagClassName
{
border-color: #28C52F;
}
</style>