Shades of Lime Green #38C037
Tints of Lime Green #38C037
RGB
CMYK
RGB Variations
Color information
#38C037 (or 0x38C037) is known color: Lime Green. HEX triplet: 38, C0 and 37. RGB value is (56,192,55). Sum of RGB (Red+Green+Blue) = 56+192+55=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #38C037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C037 is #C73FC8. Grayscale: #888888. Windows color (decimal): -13057993 or 3653688. OLE color: 3653688.
HSL color Cylindrical-coordinate representation of color #38C037: hue angle of 119.56º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C037 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 192 | 55 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.25 |
| HSL | 119.56º | 0.55% | 0.48% | - |
| HSV(B) | 119.56º | 0.71% | 0.75% | - |
| XYZ | 21.17 | 38.82 | 9.99 | - |
| YUV | 135.72 | 82.44 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 192 | 55 | 0.71 | 0 | 0.71 | 0.25 | 119.56 | 0.55 | 0.48 |
| Hex | 38 | C0 | 37 | 47 | 0 | 47 | 19 | 78 | 37 | 30 |
| Octal | 70 | 300 | 67 | 107 | 0 | 107 | 31 | 170 | 67 | 60 |
| Binary | 111000 | 11000000 | 110111 | 1000111 | 0 | 1000111 | 11001 | 1111000 | 110111 | 110000 |
Color Harmonies of #38C037
Complementary color
Monochromatic Colors of #38C037
Black with #38C037
Text Example
Text Example
White with #38C037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C037; }
p { color: rgb(56,192,55); }
H1.HeaderClassName
{
color: #38C037;
}
.AnyTagClassName
{
color: #38C037;
}
</style>
background-color css
<style>
a { background-color: #38C037; }
a { background-color: rgb(56,192,55); }
div.DivClassName
{
background-color: #38C037;
}
.BgClassName
{
background-color: #38C037;
}
</style>
border-color css
<style>
span { border-color: #38C037; }
span { border-color: rgb(56,192,55); }
td.TdClassName
{
border-color: #38C037;
}
.TagClassName
{
border-color: #38C037;
}
</style>