Shades of Lime Green #38F031
Tints of Lime Green #38F031
RGB
CMYK
RGB Variations
Color information
#38F031 (or 0x38F031) is known color: Lime Green. HEX triplet: 38, F0 and 31. RGB value is (56,240,49). Sum of RGB (Red+Green+Blue) = 56+240+49=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 240 (94.14% from 255 or 69.57% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 240 - color contains mainly: green. Hex color #38F031 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F031 is #C70FCE. Grayscale: #A3A3A3. Windows color (decimal): -13045711 or 3272760. OLE color: 3272760.
HSL color Cylindrical-coordinate representation of color #38F031: hue angle of 117.8º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38F031 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 240 | 49 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.06 |
| HSL | 117.8º | 0.86% | 0.57% | - |
| HSV(B) | 117.8º | 0.8% | 0.94% | - |
| XYZ | 33.35 | 63.38 | 13.38 | - |
| YUV | 163.21 | 63.54 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 240 | 49 | 0.77 | 0 | 0.80 | 0.06 | 117.8 | 0.86 | 0.57 |
| Hex | 38 | F0 | 31 | 4D | 0 | 50 | 6 | 76 | 56 | 39 |
| Octal | 70 | 360 | 61 | 115 | 0 | 120 | 6 | 166 | 126 | 71 |
| Binary | 111000 | 11110000 | 110001 | 1001101 | 0 | 1010000 | 110 | 1110110 | 1010110 | 111001 |
Color Harmonies of #38F031
Complementary color
Monochromatic Colors of #38F031
Black with #38F031
Text Example
Text Example
White with #38F031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F031; }
p { color: rgb(56,240,49); }
H1.HeaderClassName
{
color: #38F031;
}
.AnyTagClassName
{
color: #38F031;
}
</style>
background-color css
<style>
a { background-color: #38F031; }
a { background-color: rgb(56,240,49); }
div.DivClassName
{
background-color: #38F031;
}
.BgClassName
{
background-color: #38F031;
}
</style>
border-color css
<style>
span { border-color: #38F031; }
span { border-color: rgb(56,240,49); }
td.TdClassName
{
border-color: #38F031;
}
.TagClassName
{
border-color: #38F031;
}
</style>