Shades of Lime Green #38D145
Tints of Lime Green #38D145
RGB
CMYK
RGB Variations
Color information
#38D145 (or 0x38D145) is known color: Lime Green. HEX triplet: 38, D1 and 45. RGB value is (56,209,69). Sum of RGB (Red+Green+Blue) = 56+209+69=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 209 (82.03% from 255 or 62.57% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 209 - color contains mainly: green. Hex color #38D145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D145 is #C72EBA. Grayscale: #939393. Windows color (decimal): -13053627 or 4575544. OLE color: 4575544.
HSL color Cylindrical-coordinate representation of color #38D145: hue angle of 125.1º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D145 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 209 | 69 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.18 |
| HSL | 125.1º | 0.62% | 0.52% | - |
| HSV(B) | 125.1º | 0.73% | 0.82% | - |
| XYZ | 25.51 | 46.87 | 13.33 | - |
| YUV | 147.29 | 83.81 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 209 | 69 | 0.73 | 0 | 0.67 | 0.18 | 125.1 | 0.62 | 0.52 |
| Hex | 38 | D1 | 45 | 49 | 0 | 43 | 12 | 7D | 3E | 34 |
| Octal | 70 | 321 | 105 | 111 | 0 | 103 | 22 | 175 | 76 | 64 |
| Binary | 111000 | 11010001 | 1000101 | 1001001 | 0 | 1000011 | 10010 | 1111101 | 111110 | 110100 |
Color Harmonies of #38D145
Complementary color
Monochromatic Colors of #38D145
Black with #38D145
Text Example
Text Example
White with #38D145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D145; }
p { color: rgb(56,209,69); }
H1.HeaderClassName
{
color: #38D145;
}
.AnyTagClassName
{
color: #38D145;
}
</style>
background-color css
<style>
a { background-color: #38D145; }
a { background-color: rgb(56,209,69); }
div.DivClassName
{
background-color: #38D145;
}
.BgClassName
{
background-color: #38D145;
}
</style>
border-color css
<style>
span { border-color: #38D145; }
span { border-color: rgb(56,209,69); }
td.TdClassName
{
border-color: #38D145;
}
.TagClassName
{
border-color: #38D145;
}
</style>