Shades of Lime Green #38BD3F
Tints of Lime Green #38BD3F
RGB
CMYK
RGB Variations
Color information
#38BD3F (or 0x38BD3F) is known color: Lime Green. HEX triplet: 38, BD and 3F. RGB value is (56,189,63). Sum of RGB (Red+Green+Blue) = 56+189+63=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #38BD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BD3F is #C742C0. Grayscale: #878787. Windows color (decimal): -13058753 or 4177208. OLE color: 4177208.
HSL color Cylindrical-coordinate representation of color #38BD3F: hue angle of 123.16º 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 #38BD3F is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 189 | 63 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.26 |
| HSL | 123.16º | 0.54% | 0.48% | - |
| HSV(B) | 123.16º | 0.7% | 0.74% | - |
| XYZ | 20.73 | 37.59 | 10.87 | - |
| YUV | 134.87 | 87.44 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 189 | 63 | 0.70 | 0 | 0.67 | 0.26 | 123.16 | 0.54 | 0.48 |
| Hex | 38 | BD | 3F | 46 | 0 | 43 | 1A | 7B | 36 | 30 |
| Octal | 70 | 275 | 77 | 106 | 0 | 103 | 32 | 173 | 66 | 60 |
| Binary | 111000 | 10111101 | 111111 | 1000110 | 0 | 1000011 | 11010 | 1111011 | 110110 | 110000 |
Color Harmonies of #38BD3F
Complementary color
Monochromatic Colors of #38BD3F
Black with #38BD3F
Text Example
Text Example
White with #38BD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BD3F; }
p { color: rgb(56,189,63); }
H1.HeaderClassName
{
color: #38BD3F;
}
.AnyTagClassName
{
color: #38BD3F;
}
</style>
background-color css
<style>
a { background-color: #38BD3F; }
a { background-color: rgb(56,189,63); }
div.DivClassName
{
background-color: #38BD3F;
}
.BgClassName
{
background-color: #38BD3F;
}
</style>
border-color css
<style>
span { border-color: #38BD3F; }
span { border-color: rgb(56,189,63); }
td.TdClassName
{
border-color: #38BD3F;
}
.TagClassName
{
border-color: #38BD3F;
}
</style>