Shades of Lime Green #38D852
Tints of Lime Green #38D852
RGB
CMYK
RGB Variations
Color information
#38D852 (or 0x38D852) is known color: Lime Green. HEX triplet: 38, D8 and 52. RGB value is (56,216,82). Sum of RGB (Red+Green+Blue) = 56+216+82=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 216 (84.77% from 255 or 61.02% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 216 - color contains mainly: green. Hex color #38D852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D852 is #C727AD. Grayscale: #999999. Windows color (decimal): -13051822 or 5429304. OLE color: 5429304.
HSL color Cylindrical-coordinate representation of color #38D852: hue angle of 129.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D852 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 216 | 82 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.15 |
| HSL | 129.75º | 0.67% | 0.53% | - |
| HSV(B) | 129.75º | 0.74% | 0.85% | - |
| XYZ | 27.71 | 50.56 | 16.28 | - |
| YUV | 152.88 | 87.99 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 216 | 82 | 0.74 | 0 | 0.62 | 0.15 | 129.75 | 0.67 | 0.53 |
| Hex | 38 | D8 | 52 | 4A | 0 | 3E | F | 82 | 43 | 35 |
| Octal | 70 | 330 | 122 | 112 | 0 | 76 | 17 | 202 | 103 | 65 |
| Binary | 111000 | 11011000 | 1010010 | 1001010 | 0 | 111110 | 1111 | 10000010 | 1000011 | 110101 |
Color Harmonies of #38D852
Complementary color
Monochromatic Colors of #38D852
Black with #38D852
Text Example
Text Example
White with #38D852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D852; }
p { color: rgb(56,216,82); }
H1.HeaderClassName
{
color: #38D852;
}
.AnyTagClassName
{
color: #38D852;
}
</style>
background-color css
<style>
a { background-color: #38D852; }
a { background-color: rgb(56,216,82); }
div.DivClassName
{
background-color: #38D852;
}
.BgClassName
{
background-color: #38D852;
}
</style>
border-color css
<style>
span { border-color: #38D852; }
span { border-color: rgb(56,216,82); }
td.TdClassName
{
border-color: #38D852;
}
.TagClassName
{
border-color: #38D852;
}
</style>