Shades of Lime Green #38F740
Tints of Lime Green #38F740
RGB
CMYK
RGB Variations
Color information
#38F740 (or 0x38F740) is known color: Lime Green. HEX triplet: 38, F7 and 40. RGB value is (56,247,64). Sum of RGB (Red+Green+Blue) = 56+247+64=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 247 (96.88% from 255 or 67.30% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 247 - color contains mainly: green. Hex color #38F740 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F740 is #C708BF. Grayscale: #A9A9A9. Windows color (decimal): -13043904 or 4257592. OLE color: 4257592.
HSL color Cylindrical-coordinate representation of color #38F740: hue angle of 122.51º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F740 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 247 | 64 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.03 |
| HSL | 122.51º | 0.92% | 0.59% | - |
| HSV(B) | 122.51º | 0.77% | 0.97% | - |
| XYZ | 35.82 | 67.73 | 16.04 | - |
| YUV | 169.03 | 68.72 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 247 | 64 | 0.77 | 0 | 0.74 | 0.03 | 122.51 | 0.92 | 0.59 |
| Hex | 38 | F7 | 40 | 4D | 0 | 4A | 3 | 7B | 5C | 3B |
| Octal | 70 | 367 | 100 | 115 | 0 | 112 | 3 | 173 | 134 | 73 |
| Binary | 111000 | 11110111 | 1000000 | 1001101 | 0 | 1001010 | 11 | 1111011 | 1011100 | 111011 |
Color Harmonies of #38F740
Complementary color
Monochromatic Colors of #38F740
Black with #38F740
Text Example
Text Example
White with #38F740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F740; }
p { color: rgb(56,247,64); }
H1.HeaderClassName
{
color: #38F740;
}
.AnyTagClassName
{
color: #38F740;
}
</style>
background-color css
<style>
a { background-color: #38F740; }
a { background-color: rgb(56,247,64); }
div.DivClassName
{
background-color: #38F740;
}
.BgClassName
{
background-color: #38F740;
}
</style>
border-color css
<style>
span { border-color: #38F740; }
span { border-color: rgb(56,247,64); }
td.TdClassName
{
border-color: #38F740;
}
.TagClassName
{
border-color: #38F740;
}
</style>