Shades of Lime Green #38C52F
Tints of Lime Green #38C52F
RGB
CMYK
RGB Variations
Color information
#38C52F (or 0x38C52F) is known color: Lime Green. HEX triplet: 38, C5 and 2F. RGB value is (56,197,47). Sum of RGB (Red+Green+Blue) = 56+197+47=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 197 (77.34% from 255 or 65.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 197 - color contains mainly: green. Hex color #38C52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C52F is #C73AD0. Grayscale: #8A8A8A. Windows color (decimal): -13056721 or 3130680. OLE color: 3130680.
HSL color Cylindrical-coordinate representation of color #38C52F: hue angle of 116.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38C52F is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 197 | 47 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.23 |
| HSL | 116.4º | 0.61% | 0.48% | - |
| HSV(B) | 116.4º | 0.76% | 0.77% | - |
| XYZ | 22.11 | 40.98 | 9.43 | - |
| YUV | 137.74 | 76.79 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 197 | 47 | 0.72 | 0 | 0.76 | 0.23 | 116.4 | 0.61 | 0.48 |
| Hex | 38 | C5 | 2F | 48 | 0 | 4C | 17 | 74 | 3D | 30 |
| Octal | 70 | 305 | 57 | 110 | 0 | 114 | 27 | 164 | 75 | 60 |
| Binary | 111000 | 11000101 | 101111 | 1001000 | 0 | 1001100 | 10111 | 1110100 | 111101 | 110000 |
Color Harmonies of #38C52F
Complementary color
Monochromatic Colors of #38C52F
Black with #38C52F
Text Example
Text Example
White with #38C52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C52F; }
p { color: rgb(56,197,47); }
H1.HeaderClassName
{
color: #38C52F;
}
.AnyTagClassName
{
color: #38C52F;
}
</style>
background-color css
<style>
a { background-color: #38C52F; }
a { background-color: rgb(56,197,47); }
div.DivClassName
{
background-color: #38C52F;
}
.BgClassName
{
background-color: #38C52F;
}
</style>
border-color css
<style>
span { border-color: #38C52F; }
span { border-color: rgb(56,197,47); }
td.TdClassName
{
border-color: #38C52F;
}
.TagClassName
{
border-color: #38C52F;
}
</style>