Shades of Lime Green #38D93C
Tints of Lime Green #38D93C
RGB
CMYK
RGB Variations
Color information
#38D93C (or 0x38D93C) is known color: Lime Green. HEX triplet: 38, D9 and 3C. RGB value is (56,217,60). Sum of RGB (Red+Green+Blue) = 56+217+60=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 217 (85.16% from 255 or 65.17% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 217 - color contains mainly: green. Hex color #38D93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D93C is #C726C3. Grayscale: #979797. Windows color (decimal): -13051588 or 3987768. OLE color: 3987768.
HSL color Cylindrical-coordinate representation of color #38D93C: hue angle of 121.49º 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 #38D93C is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 217 | 60 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.15 |
| HSL | 121.49º | 0.68% | 0.54% | - |
| HSV(B) | 121.49º | 0.74% | 0.85% | - |
| XYZ | 27.26 | 50.79 | 12.64 | - |
| YUV | 150.96 | 76.66 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 217 | 60 | 0.74 | 0 | 0.72 | 0.15 | 121.49 | 0.68 | 0.54 |
| Hex | 38 | D9 | 3C | 4A | 0 | 48 | F | 79 | 44 | 36 |
| Octal | 70 | 331 | 74 | 112 | 0 | 110 | 17 | 171 | 104 | 66 |
| Binary | 111000 | 11011001 | 111100 | 1001010 | 0 | 1001000 | 1111 | 1111001 | 1000100 | 110110 |
Color Harmonies of #38D93C
Complementary color
Monochromatic Colors of #38D93C
Black with #38D93C
Text Example
Text Example
White with #38D93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D93C; }
p { color: rgb(56,217,60); }
H1.HeaderClassName
{
color: #38D93C;
}
.AnyTagClassName
{
color: #38D93C;
}
</style>
background-color css
<style>
a { background-color: #38D93C; }
a { background-color: rgb(56,217,60); }
div.DivClassName
{
background-color: #38D93C;
}
.BgClassName
{
background-color: #38D93C;
}
</style>
border-color css
<style>
span { border-color: #38D93C; }
span { border-color: rgb(56,217,60); }
td.TdClassName
{
border-color: #38D93C;
}
.TagClassName
{
border-color: #38D93C;
}
</style>