Shades of Lime Green #38C030
Tints of Lime Green #38C030
RGB
CMYK
RGB Variations
Color information
#38C030 (or 0x38C030) is known color: Lime Green. HEX triplet: 38, C0 and 30. RGB value is (56,192,48). Sum of RGB (Red+Green+Blue) = 56+192+48=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #38C030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C030 is #C73FCF. Grayscale: #878787. Windows color (decimal): -13058000 or 3194936. OLE color: 3194936.
HSL color Cylindrical-coordinate representation of color #38C030: hue angle of 116.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38C030 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 192 | 48 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.25 |
| HSL | 116.67º | 0.6% | 0.47% | - |
| HSV(B) | 116.67º | 0.75% | 0.75% | - |
| XYZ | 21.01 | 38.75 | 9.17 | - |
| YUV | 134.92 | 78.94 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 192 | 48 | 0.71 | 0 | 0.75 | 0.25 | 116.67 | 0.6 | 0.47 |
| Hex | 38 | C0 | 30 | 47 | 0 | 4B | 19 | 75 | 3C | 2F |
| Octal | 70 | 300 | 60 | 107 | 0 | 113 | 31 | 165 | 74 | 57 |
| Binary | 111000 | 11000000 | 110000 | 1000111 | 0 | 1001011 | 11001 | 1110101 | 111100 | 101111 |
Color Harmonies of #38C030
Complementary color
Monochromatic Colors of #38C030
Black with #38C030
Text Example
Text Example
White with #38C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C030; }
p { color: rgb(56,192,48); }
H1.HeaderClassName
{
color: #38C030;
}
.AnyTagClassName
{
color: #38C030;
}
</style>
background-color css
<style>
a { background-color: #38C030; }
a { background-color: rgb(56,192,48); }
div.DivClassName
{
background-color: #38C030;
}
.BgClassName
{
background-color: #38C030;
}
</style>
border-color css
<style>
span { border-color: #38C030; }
span { border-color: rgb(56,192,48); }
td.TdClassName
{
border-color: #38C030;
}
.TagClassName
{
border-color: #38C030;
}
</style>