Shades of Lime Green #38D13C
Tints of Lime Green #38D13C
RGB
CMYK
RGB Variations
Color information
#38D13C (or 0x38D13C) is known color: Lime Green. HEX triplet: 38, D1 and 3C. RGB value is (56,209,60). Sum of RGB (Red+Green+Blue) = 56+209+60=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 209 (82.03% from 255 or 64.31% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 209 - color contains mainly: green. Hex color #38D13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D13C is #C72EC3. Grayscale: #929292. Windows color (decimal): -13053636 or 3985720. OLE color: 3985720.
HSL color Cylindrical-coordinate representation of color #38D13C: hue angle of 121.57º 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 #38D13C is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 209 | 60 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.18 |
| HSL | 121.57º | 0.62% | 0.52% | - |
| HSV(B) | 121.57º | 0.73% | 0.82% | - |
| XYZ | 25.25 | 46.77 | 11.97 | - |
| YUV | 146.27 | 79.31 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 209 | 60 | 0.73 | 0 | 0.71 | 0.18 | 121.57 | 0.62 | 0.52 |
| Hex | 38 | D1 | 3C | 49 | 0 | 47 | 12 | 7A | 3E | 34 |
| Octal | 70 | 321 | 74 | 111 | 0 | 107 | 22 | 172 | 76 | 64 |
| Binary | 111000 | 11010001 | 111100 | 1001001 | 0 | 1000111 | 10010 | 1111010 | 111110 | 110100 |
Color Harmonies of #38D13C
Complementary color
Monochromatic Colors of #38D13C
Black with #38D13C
Text Example
Text Example
White with #38D13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D13C; }
p { color: rgb(56,209,60); }
H1.HeaderClassName
{
color: #38D13C;
}
.AnyTagClassName
{
color: #38D13C;
}
</style>
background-color css
<style>
a { background-color: #38D13C; }
a { background-color: rgb(56,209,60); }
div.DivClassName
{
background-color: #38D13C;
}
.BgClassName
{
background-color: #38D13C;
}
</style>
border-color css
<style>
span { border-color: #38D13C; }
span { border-color: rgb(56,209,60); }
td.TdClassName
{
border-color: #38D13C;
}
.TagClassName
{
border-color: #38D13C;
}
</style>