Shades of Lime Green #38B32B
Tints of Lime Green #38B32B
RGB
CMYK
RGB Variations
Color information
#38B32B (or 0x38B32B) is known color: Lime Green. HEX triplet: 38, B3 and 2B. RGB value is (56,179,43). Sum of RGB (Red+Green+Blue) = 56+179+43=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 179 (70.31% from 255 or 64.39% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 179 - color contains mainly: green. Hex color #38B32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B32B is #C74CD4. Grayscale: #7F7F7F. Windows color (decimal): -13061333 or 2863928. OLE color: 2863928.
HSL color Cylindrical-coordinate representation of color #38B32B: hue angle of 114.26º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38B32B is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 179 | 43 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.30 |
| HSL | 114.26º | 0.61% | 0.44% | - |
| HSV(B) | 114.26º | 0.76% | 0.7% | - |
| XYZ | 18.19 | 33.26 | 7.75 | - |
| YUV | 126.72 | 80.75 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 179 | 43 | 0.69 | 0 | 0.76 | 0.30 | 114.26 | 0.61 | 0.44 |
| Hex | 38 | B3 | 2B | 45 | 0 | 4C | 1E | 72 | 3D | 2C |
| Octal | 70 | 263 | 53 | 105 | 0 | 114 | 36 | 162 | 75 | 54 |
| Binary | 111000 | 10110011 | 101011 | 1000101 | 0 | 1001100 | 11110 | 1110010 | 111101 | 101100 |
Color Harmonies of #38B32B
Complementary color
Monochromatic Colors of #38B32B
Black with #38B32B
Text Example
Text Example
White with #38B32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B32B; }
p { color: rgb(56,179,43); }
H1.HeaderClassName
{
color: #38B32B;
}
.AnyTagClassName
{
color: #38B32B;
}
</style>
background-color css
<style>
a { background-color: #38B32B; }
a { background-color: rgb(56,179,43); }
div.DivClassName
{
background-color: #38B32B;
}
.BgClassName
{
background-color: #38B32B;
}
</style>
border-color css
<style>
span { border-color: #38B32B; }
span { border-color: rgb(56,179,43); }
td.TdClassName
{
border-color: #38B32B;
}
.TagClassName
{
border-color: #38B32B;
}
</style>