Shades of Lime Green #38D63C
Tints of Lime Green #38D63C
RGB
CMYK
RGB Variations
Color information
#38D63C (or 0x38D63C) is known color: Lime Green. HEX triplet: 38, D6 and 3C. RGB value is (56,214,60). Sum of RGB (Red+Green+Blue) = 56+214+60=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 214 (83.98% from 255 or 64.85% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 214 - color contains mainly: green. Hex color #38D63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D63C is #C729C3. Grayscale: #959595. Windows color (decimal): -13052356 or 3987000. OLE color: 3987000.
HSL color Cylindrical-coordinate representation of color #38D63C: hue angle of 121.52º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D63C is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 60 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.16 |
| HSL | 121.52º | 0.66% | 0.53% | - |
| HSV(B) | 121.52º | 0.74% | 0.84% | - |
| XYZ | 26.49 | 49.26 | 12.39 | - |
| YUV | 149.2 | 77.65 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 60 | 0.74 | 0 | 0.72 | 0.16 | 121.52 | 0.66 | 0.53 |
| Hex | 38 | D6 | 3C | 4A | 0 | 48 | 10 | 7A | 42 | 35 |
| Octal | 70 | 326 | 74 | 112 | 0 | 110 | 20 | 172 | 102 | 65 |
| Binary | 111000 | 11010110 | 111100 | 1001010 | 0 | 1001000 | 10000 | 1111010 | 1000010 | 110101 |
Color Harmonies of #38D63C
Complementary color
Monochromatic Colors of #38D63C
Black with #38D63C
Text Example
Text Example
White with #38D63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D63C; }
p { color: rgb(56,214,60); }
H1.HeaderClassName
{
color: #38D63C;
}
.AnyTagClassName
{
color: #38D63C;
}
</style>
background-color css
<style>
a { background-color: #38D63C; }
a { background-color: rgb(56,214,60); }
div.DivClassName
{
background-color: #38D63C;
}
.BgClassName
{
background-color: #38D63C;
}
</style>
border-color css
<style>
span { border-color: #38D63C; }
span { border-color: rgb(56,214,60); }
td.TdClassName
{
border-color: #38D63C;
}
.TagClassName
{
border-color: #38D63C;
}
</style>