Shades of Lime Green #38C951
Tints of Lime Green #38C951
RGB
CMYK
RGB Variations
Color information
#38C951 (or 0x38C951) is known color: Lime Green. HEX triplet: 38, C9 and 51. RGB value is (56,201,81). Sum of RGB (Red+Green+Blue) = 56+201+81=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 201 (78.91% from 255 or 59.47% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 201 - color contains mainly: green. Hex color #38C951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C951 is #C736AE. Grayscale: #909090. Windows color (decimal): -13055663 or 5359928. OLE color: 5359928.
HSL color Cylindrical-coordinate representation of color #38C951: hue angle of 130.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C951 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 201 | 81 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.21 |
| HSL | 130.34º | 0.57% | 0.5% | - |
| HSV(B) | 130.34º | 0.72% | 0.79% | - |
| XYZ | 24 | 43.21 | 14.86 | - |
| YUV | 143.97 | 92.46 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 201 | 81 | 0.72 | 0 | 0.60 | 0.21 | 130.34 | 0.57 | 0.5 |
| Hex | 38 | C9 | 51 | 48 | 0 | 3C | 15 | 82 | 39 | 32 |
| Octal | 70 | 311 | 121 | 110 | 0 | 74 | 25 | 202 | 71 | 62 |
| Binary | 111000 | 11001001 | 1010001 | 1001000 | 0 | 111100 | 10101 | 10000010 | 111001 | 110010 |
Color Harmonies of #38C951
Complementary color
Monochromatic Colors of #38C951
Black with #38C951
Text Example
Text Example
White with #38C951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C951; }
p { color: rgb(56,201,81); }
H1.HeaderClassName
{
color: #38C951;
}
.AnyTagClassName
{
color: #38C951;
}
</style>
background-color css
<style>
a { background-color: #38C951; }
a { background-color: rgb(56,201,81); }
div.DivClassName
{
background-color: #38C951;
}
.BgClassName
{
background-color: #38C951;
}
</style>
border-color css
<style>
span { border-color: #38C951; }
span { border-color: rgb(56,201,81); }
td.TdClassName
{
border-color: #38C951;
}
.TagClassName
{
border-color: #38C951;
}
</style>