Shades of Lime Green #38F024
Tints of Lime Green #38F024
RGB
CMYK
RGB Variations
Color information
#38F024 (or 0x38F024) is known color: Lime Green. HEX triplet: 38, F0 and 24. RGB value is (56,240,36). Sum of RGB (Red+Green+Blue) = 56+240+36=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 240 (94.14% from 255 or 72.29% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 240 - color contains mainly: green. Hex color #38F024 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F024 is #C70FDB. Grayscale: #A2A2A2. Windows color (decimal): -13045724 or 2420792. OLE color: 2420792.
HSL color Cylindrical-coordinate representation of color #38F024: hue angle of 114.12º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38F024 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 240 | 36 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.06 |
| HSL | 114.12º | 0.87% | 0.54% | - |
| HSV(B) | 114.12º | 0.85% | 0.94% | - |
| XYZ | 33.11 | 63.29 | 12.14 | - |
| YUV | 161.73 | 57.04 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 240 | 36 | 0.77 | 0 | 0.85 | 0.06 | 114.12 | 0.87 | 0.54 |
| Hex | 38 | F0 | 24 | 4D | 0 | 55 | 6 | 72 | 57 | 36 |
| Octal | 70 | 360 | 44 | 115 | 0 | 125 | 6 | 162 | 127 | 66 |
| Binary | 111000 | 11110000 | 100100 | 1001101 | 0 | 1010101 | 110 | 1110010 | 1010111 | 110110 |
Color Harmonies of #38F024
Complementary color
Monochromatic Colors of #38F024
Black with #38F024
Text Example
Text Example
White with #38F024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F024; }
p { color: rgb(56,240,36); }
H1.HeaderClassName
{
color: #38F024;
}
.AnyTagClassName
{
color: #38F024;
}
</style>
background-color css
<style>
a { background-color: #38F024; }
a { background-color: rgb(56,240,36); }
div.DivClassName
{
background-color: #38F024;
}
.BgClassName
{
background-color: #38F024;
}
</style>
border-color css
<style>
span { border-color: #38F024; }
span { border-color: rgb(56,240,36); }
td.TdClassName
{
border-color: #38F024;
}
.TagClassName
{
border-color: #38F024;
}
</style>