Shades of Lime Green #38F53C
Tints of Lime Green #38F53C
RGB
CMYK
RGB Variations
Color information
#38F53C (or 0x38F53C) is known color: Lime Green. HEX triplet: 38, F5 and 3C. RGB value is (56,245,60). Sum of RGB (Red+Green+Blue) = 56+245+60=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 245 (96.09% from 255 or 67.87% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 245 - color contains mainly: green. Hex color #38F53C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F53C is #C70AC3. Grayscale: #A7A7A7. Windows color (decimal): -13044420 or 3994936. OLE color: 3994936.
HSL color Cylindrical-coordinate representation of color #38F53C: hue angle of 121.27º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F53C is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 245 | 60 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.04 |
| HSL | 121.27º | 0.9% | 0.59% | - |
| HSV(B) | 121.27º | 0.77% | 0.96% | - |
| XYZ | 35.1 | 66.47 | 15.26 | - |
| YUV | 167.4 | 67.38 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 245 | 60 | 0.77 | 0 | 0.76 | 0.04 | 121.27 | 0.9 | 0.59 |
| Hex | 38 | F5 | 3C | 4D | 0 | 4C | 4 | 79 | 5A | 3B |
| Octal | 70 | 365 | 74 | 115 | 0 | 114 | 4 | 171 | 132 | 73 |
| Binary | 111000 | 11110101 | 111100 | 1001101 | 0 | 1001100 | 100 | 1111001 | 1011010 | 111011 |
Color Harmonies of #38F53C
Complementary color
Monochromatic Colors of #38F53C
Black with #38F53C
Text Example
Text Example
White with #38F53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F53C; }
p { color: rgb(56,245,60); }
H1.HeaderClassName
{
color: #38F53C;
}
.AnyTagClassName
{
color: #38F53C;
}
</style>
background-color css
<style>
a { background-color: #38F53C; }
a { background-color: rgb(56,245,60); }
div.DivClassName
{
background-color: #38F53C;
}
.BgClassName
{
background-color: #38F53C;
}
</style>
border-color css
<style>
span { border-color: #38F53C; }
span { border-color: rgb(56,245,60); }
td.TdClassName
{
border-color: #38F53C;
}
.TagClassName
{
border-color: #38F53C;
}
</style>