Shades of Lime Green #38F240
Tints of Lime Green #38F240
RGB
CMYK
RGB Variations
Color information
#38F240 (or 0x38F240) is known color: Lime Green. HEX triplet: 38, F2 and 40. RGB value is (56,242,64). Sum of RGB (Red+Green+Blue) = 56+242+64=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 242 (94.92% from 255 or 66.85% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 242 - color contains mainly: green. Hex color #38F240 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F240 is #C70DBF. Grayscale: #A6A6A6. Windows color (decimal): -13045184 or 4256312. OLE color: 4256312.
HSL color Cylindrical-coordinate representation of color #38F240: hue angle of 122.58º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F240 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 242 | 64 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.05 |
| HSL | 122.58º | 0.88% | 0.58% | - |
| HSV(B) | 122.58º | 0.77% | 0.95% | - |
| XYZ | 34.31 | 64.72 | 15.53 | - |
| YUV | 166.09 | 70.38 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 242 | 64 | 0.77 | 0 | 0.74 | 0.05 | 122.58 | 0.88 | 0.58 |
| Hex | 38 | F2 | 40 | 4D | 0 | 4A | 5 | 7B | 58 | 3A |
| Octal | 70 | 362 | 100 | 115 | 0 | 112 | 5 | 173 | 130 | 72 |
| Binary | 111000 | 11110010 | 1000000 | 1001101 | 0 | 1001010 | 101 | 1111011 | 1011000 | 111010 |
Color Harmonies of #38F240
Complementary color
Monochromatic Colors of #38F240
Black with #38F240
Text Example
Text Example
White with #38F240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F240; }
p { color: rgb(56,242,64); }
H1.HeaderClassName
{
color: #38F240;
}
.AnyTagClassName
{
color: #38F240;
}
</style>
background-color css
<style>
a { background-color: #38F240; }
a { background-color: rgb(56,242,64); }
div.DivClassName
{
background-color: #38F240;
}
.BgClassName
{
background-color: #38F240;
}
</style>
border-color css
<style>
span { border-color: #38F240; }
span { border-color: rgb(56,242,64); }
td.TdClassName
{
border-color: #38F240;
}
.TagClassName
{
border-color: #38F240;
}
</style>