Shades of Lime Green #38E339
Tints of Lime Green #38E339
RGB
CMYK
RGB Variations
Color information
#38E339 (or 0x38E339) is known color: Lime Green. HEX triplet: 38, E3 and 39. RGB value is (56,227,57). Sum of RGB (Red+Green+Blue) = 56+227+57=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 227 (89.06% from 255 or 66.76% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 227 - color contains mainly: green. Hex color #38E339 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E339 is #C71CC6. Grayscale: #9D9D9D. Windows color (decimal): -13049031 or 3793720. OLE color: 3793720.
HSL color Cylindrical-coordinate representation of color #38E339: hue angle of 120.35º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E339 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 227 | 57 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.11 |
| HSL | 120.35º | 0.75% | 0.55% | - |
| HSV(B) | 120.35º | 0.75% | 0.89% | - |
| XYZ | 29.84 | 56.07 | 13.12 | - |
| YUV | 156.49 | 71.85 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 227 | 57 | 0.75 | 0 | 0.75 | 0.11 | 120.35 | 0.75 | 0.55 |
| Hex | 38 | E3 | 39 | 4B | 0 | 4B | B | 78 | 4B | 37 |
| Octal | 70 | 343 | 71 | 113 | 0 | 113 | 13 | 170 | 113 | 67 |
| Binary | 111000 | 11100011 | 111001 | 1001011 | 0 | 1001011 | 1011 | 1111000 | 1001011 | 110111 |
Color Harmonies of #38E339
Complementary color
Monochromatic Colors of #38E339
Black with #38E339
Text Example
Text Example
White with #38E339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E339; }
p { color: rgb(56,227,57); }
H1.HeaderClassName
{
color: #38E339;
}
.AnyTagClassName
{
color: #38E339;
}
</style>
background-color css
<style>
a { background-color: #38E339; }
a { background-color: rgb(56,227,57); }
div.DivClassName
{
background-color: #38E339;
}
.BgClassName
{
background-color: #38E339;
}
</style>
border-color css
<style>
span { border-color: #38E339; }
span { border-color: rgb(56,227,57); }
td.TdClassName
{
border-color: #38E339;
}
.TagClassName
{
border-color: #38E339;
}
</style>