Shades of Lime Green #38D125
Tints of Lime Green #38D125
RGB
CMYK
RGB Variations
Color information
#38D125 (or 0x38D125) is known color: Lime Green. HEX triplet: 38, D1 and 25. RGB value is (56,209,37). Sum of RGB (Red+Green+Blue) = 56+209+37=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 209 (82.03% from 255 or 69.21% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 209 - color contains mainly: green. Hex color #38D125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D125 is #C72EDA. Grayscale: #909090. Windows color (decimal): -13053659 or 2478392. OLE color: 2478392.
HSL color Cylindrical-coordinate representation of color #38D125: hue angle of 113.37º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38D125 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 209 | 37 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.18 |
| HSL | 113.37º | 0.7% | 0.48% | - |
| HSV(B) | 113.37º | 0.82% | 0.82% | - |
| XYZ | 24.77 | 46.58 | 9.43 | - |
| YUV | 143.65 | 67.81 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 209 | 37 | 0.73 | 0 | 0.82 | 0.18 | 113.37 | 0.7 | 0.48 |
| Hex | 38 | D1 | 25 | 49 | 0 | 52 | 12 | 71 | 46 | 30 |
| Octal | 70 | 321 | 45 | 111 | 0 | 122 | 22 | 161 | 106 | 60 |
| Binary | 111000 | 11010001 | 100101 | 1001001 | 0 | 1010010 | 10010 | 1110001 | 1000110 | 110000 |
Color Harmonies of #38D125
Complementary color
Monochromatic Colors of #38D125
Black with #38D125
Text Example
Text Example
White with #38D125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D125; }
p { color: rgb(56,209,37); }
H1.HeaderClassName
{
color: #38D125;
}
.AnyTagClassName
{
color: #38D125;
}
</style>
background-color css
<style>
a { background-color: #38D125; }
a { background-color: rgb(56,209,37); }
div.DivClassName
{
background-color: #38D125;
}
.BgClassName
{
background-color: #38D125;
}
</style>
border-color css
<style>
span { border-color: #38D125; }
span { border-color: rgb(56,209,37); }
td.TdClassName
{
border-color: #38D125;
}
.TagClassName
{
border-color: #38D125;
}
</style>