Shades of Lime Green #38B540
Tints of Lime Green #38B540
RGB
CMYK
RGB Variations
Color information
#38B540 (or 0x38B540) is known color: Lime Green. HEX triplet: 38, B5 and 40. RGB value is (56,181,64). Sum of RGB (Red+Green+Blue) = 56+181+64=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #38B540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B540 is #C74ABF. Grayscale: #828282. Windows color (decimal): -13060800 or 4240696. OLE color: 4240696.
HSL color Cylindrical-coordinate representation of color #38B540: hue angle of 123.84º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B540 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 181 | 64 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.29 |
| HSL | 123.84º | 0.53% | 0.46% | - |
| HSV(B) | 123.84º | 0.69% | 0.71% | - |
| XYZ | 19.08 | 34.26 | 10.46 | - |
| YUV | 130.29 | 90.59 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 181 | 64 | 0.69 | 0 | 0.65 | 0.29 | 123.84 | 0.53 | 0.46 |
| Hex | 38 | B5 | 40 | 45 | 0 | 41 | 1D | 7C | 35 | 2E |
| Octal | 70 | 265 | 100 | 105 | 0 | 101 | 35 | 174 | 65 | 56 |
| Binary | 111000 | 10110101 | 1000000 | 1000101 | 0 | 1000001 | 11101 | 1111100 | 110101 | 101110 |
Color Harmonies of #38B540
Complementary color
Monochromatic Colors of #38B540
Black with #38B540
Text Example
Text Example
White with #38B540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B540; }
p { color: rgb(56,181,64); }
H1.HeaderClassName
{
color: #38B540;
}
.AnyTagClassName
{
color: #38B540;
}
</style>
background-color css
<style>
a { background-color: #38B540; }
a { background-color: rgb(56,181,64); }
div.DivClassName
{
background-color: #38B540;
}
.BgClassName
{
background-color: #38B540;
}
</style>
border-color css
<style>
span { border-color: #38B540; }
span { border-color: rgb(56,181,64); }
td.TdClassName
{
border-color: #38B540;
}
.TagClassName
{
border-color: #38B540;
}
</style>