Shades of Lime Green #38E644
Tints of Lime Green #38E644
RGB
CMYK
RGB Variations
Color information
#38E644 (or 0x38E644) is known color: Lime Green. HEX triplet: 38, E6 and 44. RGB value is (56,230,68). Sum of RGB (Red+Green+Blue) = 56+230+68=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 230 (90.23% from 255 or 64.97% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 230 - color contains mainly: green. Hex color #38E644 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E644 is #C719BB. Grayscale: #9F9F9F. Windows color (decimal): -13048252 or 4515384. OLE color: 4515384.
HSL color Cylindrical-coordinate representation of color #38E644: hue angle of 124.14º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E644 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 230 | 68 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.10 |
| HSL | 124.14º | 0.78% | 0.56% | - |
| HSV(B) | 124.14º | 0.76% | 0.9% | - |
| XYZ | 30.97 | 57.85 | 15 | - |
| YUV | 159.51 | 76.35 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 230 | 68 | 0.76 | 0 | 0.70 | 0.10 | 124.14 | 0.78 | 0.56 |
| Hex | 38 | E6 | 44 | 4C | 0 | 46 | A | 7C | 4E | 38 |
| Octal | 70 | 346 | 104 | 114 | 0 | 106 | 12 | 174 | 116 | 70 |
| Binary | 111000 | 11100110 | 1000100 | 1001100 | 0 | 1000110 | 1010 | 1111100 | 1001110 | 111000 |
Color Harmonies of #38E644
Complementary color
Monochromatic Colors of #38E644
Black with #38E644
Text Example
Text Example
White with #38E644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E644; }
p { color: rgb(56,230,68); }
H1.HeaderClassName
{
color: #38E644;
}
.AnyTagClassName
{
color: #38E644;
}
</style>
background-color css
<style>
a { background-color: #38E644; }
a { background-color: rgb(56,230,68); }
div.DivClassName
{
background-color: #38E644;
}
.BgClassName
{
background-color: #38E644;
}
</style>
border-color css
<style>
span { border-color: #38E644; }
span { border-color: rgb(56,230,68); }
td.TdClassName
{
border-color: #38E644;
}
.TagClassName
{
border-color: #38E644;
}
</style>