Shades of Lime Green #38D93F
Tints of Lime Green #38D93F
RGB
CMYK
RGB Variations
Color information
#38D93F (or 0x38D93F) is known color: Lime Green. HEX triplet: 38, D9 and 3F. RGB value is (56,217,63). Sum of RGB (Red+Green+Blue) = 56+217+63=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 217 (85.16% from 255 or 64.58% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 217 - color contains mainly: green. Hex color #38D93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D93F is #C726C0. Grayscale: #979797. Windows color (decimal): -13051585 or 4184376. OLE color: 4184376.
HSL color Cylindrical-coordinate representation of color #38D93F: hue angle of 122.61º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D93F is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 217 | 63 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.15 |
| HSL | 122.61º | 0.68% | 0.54% | - |
| HSV(B) | 122.61º | 0.74% | 0.85% | - |
| XYZ | 27.34 | 50.83 | 13.07 | - |
| YUV | 151.31 | 78.16 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 217 | 63 | 0.74 | 0 | 0.71 | 0.15 | 122.61 | 0.68 | 0.54 |
| Hex | 38 | D9 | 3F | 4A | 0 | 47 | F | 7B | 44 | 36 |
| Octal | 70 | 331 | 77 | 112 | 0 | 107 | 17 | 173 | 104 | 66 |
| Binary | 111000 | 11011001 | 111111 | 1001010 | 0 | 1000111 | 1111 | 1111011 | 1000100 | 110110 |
Color Harmonies of #38D93F
Complementary color
Monochromatic Colors of #38D93F
Black with #38D93F
Text Example
Text Example
White with #38D93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D93F; }
p { color: rgb(56,217,63); }
H1.HeaderClassName
{
color: #38D93F;
}
.AnyTagClassName
{
color: #38D93F;
}
</style>
background-color css
<style>
a { background-color: #38D93F; }
a { background-color: rgb(56,217,63); }
div.DivClassName
{
background-color: #38D93F;
}
.BgClassName
{
background-color: #38D93F;
}
</style>
border-color css
<style>
span { border-color: #38D93F; }
span { border-color: rgb(56,217,63); }
td.TdClassName
{
border-color: #38D93F;
}
.TagClassName
{
border-color: #38D93F;
}
</style>