Shades of Lime Green #38F54E
Tints of Lime Green #38F54E
RGB
CMYK
RGB Variations
Color information
#38F54E (or 0x38F54E) is known color: Lime Green. HEX triplet: 38, F5 and 4E. RGB value is (56,245,78). Sum of RGB (Red+Green+Blue) = 56+245+78=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 245 (96.09% from 255 or 64.64% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 245 - color contains mainly: green. Hex color #38F54E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F54E is #C70AB1. Grayscale: #A9A9A9. Windows color (decimal): -13044402 or 5174584. OLE color: 5174584.
HSL color Cylindrical-coordinate representation of color #38F54E: hue angle of 126.98º 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 #38F54E is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 245 | 78 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.04 |
| HSL | 126.98º | 0.9% | 0.59% | - |
| HSV(B) | 126.98º | 0.77% | 0.96% | - |
| XYZ | 35.66 | 66.7 | 18.2 | - |
| YUV | 169.45 | 76.38 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 245 | 78 | 0.77 | 0 | 0.68 | 0.04 | 126.98 | 0.9 | 0.59 |
| Hex | 38 | F5 | 4E | 4D | 0 | 44 | 4 | 7F | 5A | 3B |
| Octal | 70 | 365 | 116 | 115 | 0 | 104 | 4 | 177 | 132 | 73 |
| Binary | 111000 | 11110101 | 1001110 | 1001101 | 0 | 1000100 | 100 | 1111111 | 1011010 | 111011 |
Color Harmonies of #38F54E
Complementary color
Monochromatic Colors of #38F54E
Black with #38F54E
Text Example
Text Example
White with #38F54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F54E; }
p { color: rgb(56,245,78); }
H1.HeaderClassName
{
color: #38F54E;
}
.AnyTagClassName
{
color: #38F54E;
}
</style>
background-color css
<style>
a { background-color: #38F54E; }
a { background-color: rgb(56,245,78); }
div.DivClassName
{
background-color: #38F54E;
}
.BgClassName
{
background-color: #38F54E;
}
</style>
border-color css
<style>
span { border-color: #38F54E; }
span { border-color: rgb(56,245,78); }
td.TdClassName
{
border-color: #38F54E;
}
.TagClassName
{
border-color: #38F54E;
}
</style>