Shades of Lime Green #38EA4C
Tints of Lime Green #38EA4C
RGB
CMYK
RGB Variations
Color information
#38EA4C (or 0x38EA4C) is known color: Lime Green. HEX triplet: 38, EA and 4C. RGB value is (56,234,76). Sum of RGB (Red+Green+Blue) = 56+234+76=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 234 (91.80% from 255 or 63.93% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 234 - color contains mainly: green. Hex color #38EA4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EA4C is #C715B3. Grayscale: #A3A3A3. Windows color (decimal): -13047220 or 5040696. OLE color: 5040696.
HSL color Cylindrical-coordinate representation of color #38EA4C: hue angle of 126.74º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EA4C is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 234 | 76 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.08 |
| HSL | 126.74º | 0.81% | 0.57% | - |
| HSV(B) | 126.74º | 0.76% | 0.92% | - |
| XYZ | 32.36 | 60.21 | 16.75 | - |
| YUV | 162.77 | 79.03 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 234 | 76 | 0.76 | 0 | 0.68 | 0.08 | 126.74 | 0.81 | 0.57 |
| Hex | 38 | EA | 4C | 4C | 0 | 44 | 8 | 7F | 51 | 39 |
| Octal | 70 | 352 | 114 | 114 | 0 | 104 | 10 | 177 | 121 | 71 |
| Binary | 111000 | 11101010 | 1001100 | 1001100 | 0 | 1000100 | 1000 | 1111111 | 1010001 | 111001 |
Color Harmonies of #38EA4C
Complementary color
Monochromatic Colors of #38EA4C
Black with #38EA4C
Text Example
Text Example
White with #38EA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EA4C; }
p { color: rgb(56,234,76); }
H1.HeaderClassName
{
color: #38EA4C;
}
.AnyTagClassName
{
color: #38EA4C;
}
</style>
background-color css
<style>
a { background-color: #38EA4C; }
a { background-color: rgb(56,234,76); }
div.DivClassName
{
background-color: #38EA4C;
}
.BgClassName
{
background-color: #38EA4C;
}
</style>
border-color css
<style>
span { border-color: #38EA4C; }
span { border-color: rgb(56,234,76); }
td.TdClassName
{
border-color: #38EA4C;
}
.TagClassName
{
border-color: #38EA4C;
}
</style>