Shades of Lime Green #38E122
Tints of Lime Green #38E122
RGB
CMYK
RGB Variations
Color information
#38E122 (or 0x38E122) is known color: Lime Green. HEX triplet: 38, E1 and 22. RGB value is (56,225,34). Sum of RGB (Red+Green+Blue) = 56+225+34=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 225 (88.28% from 255 or 71.43% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 225 - color contains mainly: green. Hex color #38E122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E122 is #C71EDD. Grayscale: #999999. Windows color (decimal): -13049566 or 2285880. OLE color: 2285880.
HSL color Cylindrical-coordinate representation of color #38E122: hue angle of 113.09º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38E122 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 225 | 34 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.12 |
| HSL | 113.09º | 0.76% | 0.51% | - |
| HSV(B) | 113.09º | 0.85% | 0.88% | - |
| XYZ | 28.84 | 54.81 | 10.57 | - |
| YUV | 152.7 | 61.01 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 225 | 34 | 0.75 | 0 | 0.85 | 0.12 | 113.09 | 0.76 | 0.51 |
| Hex | 38 | E1 | 22 | 4B | 0 | 55 | C | 71 | 4C | 33 |
| Octal | 70 | 341 | 42 | 113 | 0 | 125 | 14 | 161 | 114 | 63 |
| Binary | 111000 | 11100001 | 100010 | 1001011 | 0 | 1010101 | 1100 | 1110001 | 1001100 | 110011 |
Color Harmonies of #38E122
Complementary color
Monochromatic Colors of #38E122
Black with #38E122
Text Example
Text Example
White with #38E122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E122; }
p { color: rgb(56,225,34); }
H1.HeaderClassName
{
color: #38E122;
}
.AnyTagClassName
{
color: #38E122;
}
</style>
background-color css
<style>
a { background-color: #38E122; }
a { background-color: rgb(56,225,34); }
div.DivClassName
{
background-color: #38E122;
}
.BgClassName
{
background-color: #38E122;
}
</style>
border-color css
<style>
span { border-color: #38E122; }
span { border-color: rgb(56,225,34); }
td.TdClassName
{
border-color: #38E122;
}
.TagClassName
{
border-color: #38E122;
}
</style>