Shades of Lime Green #38F83D
Tints of Lime Green #38F83D
RGB
CMYK
RGB Variations
Color information
#38F83D (or 0x38F83D) is known color: Lime Green. HEX triplet: 38, F8 and 3D. RGB value is (56,248,61). Sum of RGB (Red+Green+Blue) = 56+248+61=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 248 (97.27% from 255 or 67.95% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 248 - color contains mainly: green. Hex color #38F83D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F83D is #C707C2. Grayscale: #A9A9A9. Windows color (decimal): -13043651 or 4061240. OLE color: 4061240.
HSL color Cylindrical-coordinate representation of color #38F83D: hue angle of 121.56º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F83D is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 248 | 61 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.03 |
| HSL | 121.56º | 0.93% | 0.6% | - |
| HSV(B) | 121.56º | 0.77% | 0.97% | - |
| XYZ | 36.04 | 68.31 | 15.7 | - |
| YUV | 169.27 | 66.89 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 248 | 61 | 0.77 | 0 | 0.75 | 0.03 | 121.56 | 0.93 | 0.6 |
| Hex | 38 | F8 | 3D | 4D | 0 | 4B | 3 | 7A | 5D | 3C |
| Octal | 70 | 370 | 75 | 115 | 0 | 113 | 3 | 172 | 135 | 74 |
| Binary | 111000 | 11111000 | 111101 | 1001101 | 0 | 1001011 | 11 | 1111010 | 1011101 | 111100 |
Color Harmonies of #38F83D
Complementary color
Monochromatic Colors of #38F83D
Black with #38F83D
Text Example
Text Example
White with #38F83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F83D; }
p { color: rgb(56,248,61); }
H1.HeaderClassName
{
color: #38F83D;
}
.AnyTagClassName
{
color: #38F83D;
}
</style>
background-color css
<style>
a { background-color: #38F83D; }
a { background-color: rgb(56,248,61); }
div.DivClassName
{
background-color: #38F83D;
}
.BgClassName
{
background-color: #38F83D;
}
</style>
border-color css
<style>
span { border-color: #38F83D; }
span { border-color: rgb(56,248,61); }
td.TdClassName
{
border-color: #38F83D;
}
.TagClassName
{
border-color: #38F83D;
}
</style>