Shades of Lime Green #38C035
Tints of Lime Green #38C035
RGB
CMYK
RGB Variations
Color information
#38C035 (or 0x38C035) is known color: Lime Green. HEX triplet: 38, C0 and 35. RGB value is (56,192,53). Sum of RGB (Red+Green+Blue) = 56+192+53=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #38C035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C035 is #C73FCA. Grayscale: #878787. Windows color (decimal): -13057995 or 3522616. OLE color: 3522616.
HSL color Cylindrical-coordinate representation of color #38C035: hue angle of 118.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C035 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 192 | 53 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.25 |
| HSL | 118.71º | 0.57% | 0.48% | - |
| HSV(B) | 118.71º | 0.72% | 0.75% | - |
| XYZ | 21.12 | 38.8 | 9.74 | - |
| YUV | 135.49 | 81.44 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 192 | 53 | 0.71 | 0 | 0.72 | 0.25 | 118.71 | 0.57 | 0.48 |
| Hex | 38 | C0 | 35 | 47 | 0 | 48 | 19 | 77 | 39 | 30 |
| Octal | 70 | 300 | 65 | 107 | 0 | 110 | 31 | 167 | 71 | 60 |
| Binary | 111000 | 11000000 | 110101 | 1000111 | 0 | 1001000 | 11001 | 1110111 | 111001 | 110000 |
Color Harmonies of #38C035
Complementary color
Monochromatic Colors of #38C035
Black with #38C035
Text Example
Text Example
White with #38C035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C035; }
p { color: rgb(56,192,53); }
H1.HeaderClassName
{
color: #38C035;
}
.AnyTagClassName
{
color: #38C035;
}
</style>
background-color css
<style>
a { background-color: #38C035; }
a { background-color: rgb(56,192,53); }
div.DivClassName
{
background-color: #38C035;
}
.BgClassName
{
background-color: #38C035;
}
</style>
border-color css
<style>
span { border-color: #38C035; }
span { border-color: rgb(56,192,53); }
td.TdClassName
{
border-color: #38C035;
}
.TagClassName
{
border-color: #38C035;
}
</style>