Shades of Lime Green #38C538
Tints of Lime Green #38C538
RGB
CMYK
RGB Variations
Color information
#38C538 (or 0x38C538) is known color: Lime Green. HEX triplet: 38, C5 and 38. RGB value is (56,197,56). Sum of RGB (Red+Green+Blue) = 56+197+56=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 197 (77.34% from 255 or 63.75% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 197 - color contains mainly: green. Hex color #38C538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C538 is #C73AC7. Grayscale: #8B8B8B. Windows color (decimal): -13056712 or 3720504. OLE color: 3720504.
HSL color Cylindrical-coordinate representation of color #38C538: hue angle of 120º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C538 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 197 | 56 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.23 |
| HSL | 120º | 0.56% | 0.5% | - |
| HSV(B) | 120º | 0.72% | 0.77% | - |
| XYZ | 22.31 | 41.06 | 10.49 | - |
| YUV | 138.77 | 81.29 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 197 | 56 | 0.72 | 0 | 0.72 | 0.23 | 120 | 0.56 | 0.5 |
| Hex | 38 | C5 | 38 | 48 | 0 | 48 | 17 | 78 | 38 | 32 |
| Octal | 70 | 305 | 70 | 110 | 0 | 110 | 27 | 170 | 70 | 62 |
| Binary | 111000 | 11000101 | 111000 | 1001000 | 0 | 1001000 | 10111 | 1111000 | 111000 | 110010 |
Color Harmonies of #38C538
Complementary color
Monochromatic Colors of #38C538
Black with #38C538
Text Example
Text Example
White with #38C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C538; }
p { color: rgb(56,197,56); }
H1.HeaderClassName
{
color: #38C538;
}
.AnyTagClassName
{
color: #38C538;
}
</style>
background-color css
<style>
a { background-color: #38C538; }
a { background-color: rgb(56,197,56); }
div.DivClassName
{
background-color: #38C538;
}
.BgClassName
{
background-color: #38C538;
}
</style>
border-color css
<style>
span { border-color: #38C538; }
span { border-color: rgb(56,197,56); }
td.TdClassName
{
border-color: #38C538;
}
.TagClassName
{
border-color: #38C538;
}
</style>