Shades of Lime Green #38D136
Tints of Lime Green #38D136
RGB
CMYK
RGB Variations
Color information
#38D136 (or 0x38D136) is known color: Lime Green. HEX triplet: 38, D1 and 36. RGB value is (56,209,54). Sum of RGB (Red+Green+Blue) = 56+209+54=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 209 (82.03% from 255 or 65.52% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 209 - color contains mainly: green. Hex color #38D136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D136 is #C72EC9. Grayscale: #929292. Windows color (decimal): -13053642 or 3592504. OLE color: 3592504.
HSL color Cylindrical-coordinate representation of color #38D136: hue angle of 119.23º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D136 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 209 | 54 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.18 |
| HSL | 119.23º | 0.63% | 0.52% | - |
| HSV(B) | 119.23º | 0.74% | 0.82% | - |
| XYZ | 25.1 | 46.71 | 11.18 | - |
| YUV | 145.58 | 76.31 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 209 | 54 | 0.73 | 0 | 0.74 | 0.18 | 119.23 | 0.63 | 0.52 |
| Hex | 38 | D1 | 36 | 49 | 0 | 4A | 12 | 77 | 3F | 34 |
| Octal | 70 | 321 | 66 | 111 | 0 | 112 | 22 | 167 | 77 | 64 |
| Binary | 111000 | 11010001 | 110110 | 1001001 | 0 | 1001010 | 10010 | 1110111 | 111111 | 110100 |
Color Harmonies of #38D136
Complementary color
Monochromatic Colors of #38D136
Black with #38D136
Text Example
Text Example
White with #38D136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D136; }
p { color: rgb(56,209,54); }
H1.HeaderClassName
{
color: #38D136;
}
.AnyTagClassName
{
color: #38D136;
}
</style>
background-color css
<style>
a { background-color: #38D136; }
a { background-color: rgb(56,209,54); }
div.DivClassName
{
background-color: #38D136;
}
.BgClassName
{
background-color: #38D136;
}
</style>
border-color css
<style>
span { border-color: #38D136; }
span { border-color: rgb(56,209,54); }
td.TdClassName
{
border-color: #38D136;
}
.TagClassName
{
border-color: #38D136;
}
</style>