Shades of Lime Green #38E84B
Tints of Lime Green #38E84B
RGB
CMYK
RGB Variations
Color information
#38E84B (or 0x38E84B) is known color: Lime Green. HEX triplet: 38, E8 and 4B. RGB value is (56,232,75). Sum of RGB (Red+Green+Blue) = 56+232+75=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 232 (91.02% from 255 or 63.91% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 232 - color contains mainly: green. Hex color #38E84B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E84B is #C717B4. Grayscale: #A1A1A1. Windows color (decimal): -13047733 or 4974648. OLE color: 4974648.
HSL color Cylindrical-coordinate representation of color #38E84B: hue angle of 126.48º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E84B is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 232 | 75 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.09 |
| HSL | 126.48º | 0.79% | 0.56% | - |
| HSV(B) | 126.48º | 0.76% | 0.91% | - |
| XYZ | 31.76 | 59.06 | 16.38 | - |
| YUV | 161.48 | 79.19 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 232 | 75 | 0.76 | 0 | 0.68 | 0.09 | 126.48 | 0.79 | 0.56 |
| Hex | 38 | E8 | 4B | 4C | 0 | 44 | 9 | 7E | 4F | 38 |
| Octal | 70 | 350 | 113 | 114 | 0 | 104 | 11 | 176 | 117 | 70 |
| Binary | 111000 | 11101000 | 1001011 | 1001100 | 0 | 1000100 | 1001 | 1111110 | 1001111 | 111000 |
Color Harmonies of #38E84B
Complementary color
Monochromatic Colors of #38E84B
Black with #38E84B
Text Example
Text Example
White with #38E84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E84B; }
p { color: rgb(56,232,75); }
H1.HeaderClassName
{
color: #38E84B;
}
.AnyTagClassName
{
color: #38E84B;
}
</style>
background-color css
<style>
a { background-color: #38E84B; }
a { background-color: rgb(56,232,75); }
div.DivClassName
{
background-color: #38E84B;
}
.BgClassName
{
background-color: #38E84B;
}
</style>
border-color css
<style>
span { border-color: #38E84B; }
span { border-color: rgb(56,232,75); }
td.TdClassName
{
border-color: #38E84B;
}
.TagClassName
{
border-color: #38E84B;
}
</style>