Shades of Lime Green #38F124
Tints of Lime Green #38F124
RGB
CMYK
RGB Variations
Color information
#38F124 (or 0x38F124) is known color: Lime Green. HEX triplet: 38, F1 and 24. RGB value is (56,241,36). Sum of RGB (Red+Green+Blue) = 56+241+36=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 241 (94.53% from 255 or 72.37% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 241 - color contains mainly: green. Hex color #38F124 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F124 is #C70EDB. Grayscale: #A2A2A2. Windows color (decimal): -13045468 or 2421048. OLE color: 2421048.
HSL color Cylindrical-coordinate representation of color #38F124: hue angle of 114.15º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38F124 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 241 | 36 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.05 |
| HSL | 114.15º | 0.88% | 0.54% | - |
| HSV(B) | 114.15º | 0.85% | 0.95% | - |
| XYZ | 33.4 | 63.88 | 12.24 | - |
| YUV | 162.32 | 56.71 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 241 | 36 | 0.77 | 0 | 0.85 | 0.05 | 114.15 | 0.88 | 0.54 |
| Hex | 38 | F1 | 24 | 4D | 0 | 55 | 5 | 72 | 58 | 36 |
| Octal | 70 | 361 | 44 | 115 | 0 | 125 | 5 | 162 | 130 | 66 |
| Binary | 111000 | 11110001 | 100100 | 1001101 | 0 | 1010101 | 101 | 1110010 | 1011000 | 110110 |
Color Harmonies of #38F124
Complementary color
Monochromatic Colors of #38F124
Black with #38F124
Text Example
Text Example
White with #38F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F124; }
p { color: rgb(56,241,36); }
H1.HeaderClassName
{
color: #38F124;
}
.AnyTagClassName
{
color: #38F124;
}
</style>
background-color css
<style>
a { background-color: #38F124; }
a { background-color: rgb(56,241,36); }
div.DivClassName
{
background-color: #38F124;
}
.BgClassName
{
background-color: #38F124;
}
</style>
border-color css
<style>
span { border-color: #38F124; }
span { border-color: rgb(56,241,36); }
td.TdClassName
{
border-color: #38F124;
}
.TagClassName
{
border-color: #38F124;
}
</style>