Shades of Lime Green #38B838
Tints of Lime Green #38B838
RGB
CMYK
RGB Variations
Color information
#38B838 (or 0x38B838) is known color: Lime Green. HEX triplet: 38, B8 and 38. RGB value is (56,184,56). Sum of RGB (Red+Green+Blue) = 56+184+56=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 184 (72.27% from 255 or 62.16% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 184 - color contains mainly: green. Hex color #38B838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B838 is #C747C7. Grayscale: #838383. Windows color (decimal): -13060040 or 3717176. OLE color: 3717176.
HSL color Cylindrical-coordinate representation of color #38B838: hue angle of 120º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B838 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 184 | 56 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.28 |
| HSL | 120º | 0.53% | 0.47% | - |
| HSV(B) | 120º | 0.7% | 0.72% | - |
| XYZ | 19.49 | 35.41 | 9.55 | - |
| YUV | 131.14 | 85.59 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 184 | 56 | 0.70 | 0 | 0.70 | 0.28 | 120 | 0.53 | 0.47 |
| Hex | 38 | B8 | 38 | 46 | 0 | 46 | 1C | 78 | 35 | 2F |
| Octal | 70 | 270 | 70 | 106 | 0 | 106 | 34 | 170 | 65 | 57 |
| Binary | 111000 | 10111000 | 111000 | 1000110 | 0 | 1000110 | 11100 | 1111000 | 110101 | 101111 |
Color Harmonies of #38B838
Complementary color
Monochromatic Colors of #38B838
Black with #38B838
Text Example
Text Example
White with #38B838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B838; }
p { color: rgb(56,184,56); }
H1.HeaderClassName
{
color: #38B838;
}
.AnyTagClassName
{
color: #38B838;
}
</style>
background-color css
<style>
a { background-color: #38B838; }
a { background-color: rgb(56,184,56); }
div.DivClassName
{
background-color: #38B838;
}
.BgClassName
{
background-color: #38B838;
}
</style>
border-color css
<style>
span { border-color: #38B838; }
span { border-color: rgb(56,184,56); }
td.TdClassName
{
border-color: #38B838;
}
.TagClassName
{
border-color: #38B838;
}
</style>