Shades of Lime Green #38E737
Tints of Lime Green #38E737
RGB
CMYK
RGB Variations
Color information
#38E737 (or 0x38E737) is known color: Lime Green. HEX triplet: 38, E7 and 37. RGB value is (56,231,55). Sum of RGB (Red+Green+Blue) = 56+231+55=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 231 (90.62% from 255 or 67.54% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 231 - color contains mainly: green. Hex color #38E737 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E737 is #C718C8. Grayscale: #9F9F9F. Windows color (decimal): -13048009 or 3663672. OLE color: 3663672.
HSL color Cylindrical-coordinate representation of color #38E737: hue angle of 119.66º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E737 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 231 | 55 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.09 |
| HSL | 119.66º | 0.79% | 0.56% | - |
| HSV(B) | 119.66º | 0.76% | 0.91% | - |
| XYZ | 30.9 | 58.27 | 13.23 | - |
| YUV | 158.61 | 69.52 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 231 | 55 | 0.76 | 0 | 0.76 | 0.09 | 119.66 | 0.79 | 0.56 |
| Hex | 38 | E7 | 37 | 4C | 0 | 4C | 9 | 78 | 4F | 38 |
| Octal | 70 | 347 | 67 | 114 | 0 | 114 | 11 | 170 | 117 | 70 |
| Binary | 111000 | 11100111 | 110111 | 1001100 | 0 | 1001100 | 1001 | 1111000 | 1001111 | 111000 |
Color Harmonies of #38E737
Complementary color
Monochromatic Colors of #38E737
Black with #38E737
Text Example
Text Example
White with #38E737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E737; }
p { color: rgb(56,231,55); }
H1.HeaderClassName
{
color: #38E737;
}
.AnyTagClassName
{
color: #38E737;
}
</style>
background-color css
<style>
a { background-color: #38E737; }
a { background-color: rgb(56,231,55); }
div.DivClassName
{
background-color: #38E737;
}
.BgClassName
{
background-color: #38E737;
}
</style>
border-color css
<style>
span { border-color: #38E737; }
span { border-color: rgb(56,231,55); }
td.TdClassName
{
border-color: #38E737;
}
.TagClassName
{
border-color: #38E737;
}
</style>