Shades of Lime Green #38E449
Tints of Lime Green #38E449
RGB
CMYK
RGB Variations
Color information
#38E449 (or 0x38E449) is known color: Lime Green. HEX triplet: 38, E4 and 49. RGB value is (56,228,73). Sum of RGB (Red+Green+Blue) = 56+228+73=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 228 (89.45% from 255 or 63.87% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 228 - color contains mainly: green. Hex color #38E449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E449 is #C71BB6. Grayscale: #9F9F9F. Windows color (decimal): -13048759 or 4842552. OLE color: 4842552.
HSL color Cylindrical-coordinate representation of color #38E449: hue angle of 125.93º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E449 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 228 | 73 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.11 |
| HSL | 125.93º | 0.76% | 0.56% | - |
| HSV(B) | 125.93º | 0.75% | 0.89% | - |
| XYZ | 30.58 | 56.81 | 15.66 | - |
| YUV | 158.9 | 79.52 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 228 | 73 | 0.75 | 0 | 0.68 | 0.11 | 125.93 | 0.76 | 0.56 |
| Hex | 38 | E4 | 49 | 4B | 0 | 44 | B | 7E | 4C | 38 |
| Octal | 70 | 344 | 111 | 113 | 0 | 104 | 13 | 176 | 114 | 70 |
| Binary | 111000 | 11100100 | 1001001 | 1001011 | 0 | 1000100 | 1011 | 1111110 | 1001100 | 111000 |
Color Harmonies of #38E449
Complementary color
Monochromatic Colors of #38E449
Black with #38E449
Text Example
Text Example
White with #38E449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E449; }
p { color: rgb(56,228,73); }
H1.HeaderClassName
{
color: #38E449;
}
.AnyTagClassName
{
color: #38E449;
}
</style>
background-color css
<style>
a { background-color: #38E449; }
a { background-color: rgb(56,228,73); }
div.DivClassName
{
background-color: #38E449;
}
.BgClassName
{
background-color: #38E449;
}
</style>
border-color css
<style>
span { border-color: #38E449; }
span { border-color: rgb(56,228,73); }
td.TdClassName
{
border-color: #38E449;
}
.TagClassName
{
border-color: #38E449;
}
</style>