Shades of Lime Green #38D72C
Tints of Lime Green #38D72C
RGB
CMYK
RGB Variations
Color information
#38D72C (or 0x38D72C) is known color: Lime Green. HEX triplet: 38, D7 and 2C. RGB value is (56,215,44). Sum of RGB (Red+Green+Blue) = 56+215+44=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 215 (84.38% from 255 or 68.25% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 215 - color contains mainly: green. Hex color #38D72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D72C is #C728D3. Grayscale: #949494. Windows color (decimal): -13052116 or 2938680. OLE color: 2938680.
HSL color Cylindrical-coordinate representation of color #38D72C: hue angle of 115.79º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38D72C is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 215 | 44 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.16 |
| HSL | 115.79º | 0.68% | 0.51% | - |
| HSV(B) | 115.79º | 0.8% | 0.84% | - |
| XYZ | 26.39 | 49.62 | 10.57 | - |
| YUV | 147.97 | 69.32 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 44 | 0.74 | 0 | 0.80 | 0.16 | 115.79 | 0.68 | 0.51 |
| Hex | 38 | D7 | 2C | 4A | 0 | 50 | 10 | 74 | 44 | 33 |
| Octal | 70 | 327 | 54 | 112 | 0 | 120 | 20 | 164 | 104 | 63 |
| Binary | 111000 | 11010111 | 101100 | 1001010 | 0 | 1010000 | 10000 | 1110100 | 1000100 | 110011 |
Color Harmonies of #38D72C
Complementary color
Monochromatic Colors of #38D72C
Black with #38D72C
Text Example
Text Example
White with #38D72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D72C; }
p { color: rgb(56,215,44); }
H1.HeaderClassName
{
color: #38D72C;
}
.AnyTagClassName
{
color: #38D72C;
}
</style>
background-color css
<style>
a { background-color: #38D72C; }
a { background-color: rgb(56,215,44); }
div.DivClassName
{
background-color: #38D72C;
}
.BgClassName
{
background-color: #38D72C;
}
</style>
border-color css
<style>
span { border-color: #38D72C; }
span { border-color: rgb(56,215,44); }
td.TdClassName
{
border-color: #38D72C;
}
.TagClassName
{
border-color: #38D72C;
}
</style>