Shades of Lime Green #38BD44
Tints of Lime Green #38BD44
RGB
CMYK
RGB Variations
Color information
#38BD44 (or 0x38BD44) is known color: Lime Green. HEX triplet: 38, BD and 44. RGB value is (56,189,68). Sum of RGB (Red+Green+Blue) = 56+189+68=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 189 (74.22% from 255 or 60.38% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 189 - color contains mainly: green. Hex color #38BD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BD44 is #C742BB. Grayscale: #878787. Windows color (decimal): -13058748 or 4504888. OLE color: 4504888.
HSL color Cylindrical-coordinate representation of color #38BD44: hue angle of 125.41º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BD44 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 189 | 68 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.26 |
| HSL | 125.41º | 0.54% | 0.48% | - |
| HSV(B) | 125.41º | 0.7% | 0.74% | - |
| XYZ | 20.87 | 37.65 | 11.64 | - |
| YUV | 135.44 | 89.94 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 189 | 68 | 0.70 | 0 | 0.64 | 0.26 | 125.41 | 0.54 | 0.48 |
| Hex | 38 | BD | 44 | 46 | 0 | 40 | 1A | 7D | 36 | 30 |
| Octal | 70 | 275 | 104 | 106 | 0 | 100 | 32 | 175 | 66 | 60 |
| Binary | 111000 | 10111101 | 1000100 | 1000110 | 0 | 1000000 | 11010 | 1111101 | 110110 | 110000 |
Color Harmonies of #38BD44
Complementary color
Monochromatic Colors of #38BD44
Black with #38BD44
Text Example
Text Example
White with #38BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BD44; }
p { color: rgb(56,189,68); }
H1.HeaderClassName
{
color: #38BD44;
}
.AnyTagClassName
{
color: #38BD44;
}
</style>
background-color css
<style>
a { background-color: #38BD44; }
a { background-color: rgb(56,189,68); }
div.DivClassName
{
background-color: #38BD44;
}
.BgClassName
{
background-color: #38BD44;
}
</style>
border-color css
<style>
span { border-color: #38BD44; }
span { border-color: rgb(56,189,68); }
td.TdClassName
{
border-color: #38BD44;
}
.TagClassName
{
border-color: #38BD44;
}
</style>