Shades of Lime Green #38D63D
Tints of Lime Green #38D63D
RGB
CMYK
RGB Variations
Color information
#38D63D (or 0x38D63D) is known color: Lime Green. HEX triplet: 38, D6 and 3D. RGB value is (56,214,61). Sum of RGB (Red+Green+Blue) = 56+214+61=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 214 (83.98% from 255 or 64.65% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 214 - color contains mainly: green. Hex color #38D63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D63D is #C729C2. Grayscale: #959595. Windows color (decimal): -13052355 or 4052536. OLE color: 4052536.
HSL color Cylindrical-coordinate representation of color #38D63D: hue angle of 121.9º 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 #38D63D is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 61 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.16 |
| HSL | 121.9º | 0.66% | 0.53% | - |
| HSV(B) | 121.9º | 0.74% | 0.84% | - |
| XYZ | 26.52 | 49.27 | 12.53 | - |
| YUV | 149.32 | 78.15 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 61 | 0.74 | 0 | 0.71 | 0.16 | 121.9 | 0.66 | 0.53 |
| Hex | 38 | D6 | 3D | 4A | 0 | 47 | 10 | 7A | 42 | 35 |
| Octal | 70 | 326 | 75 | 112 | 0 | 107 | 20 | 172 | 102 | 65 |
| Binary | 111000 | 11010110 | 111101 | 1001010 | 0 | 1000111 | 10000 | 1111010 | 1000010 | 110101 |
Color Harmonies of #38D63D
Complementary color
Monochromatic Colors of #38D63D
Black with #38D63D
Text Example
Text Example
White with #38D63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D63D; }
p { color: rgb(56,214,61); }
H1.HeaderClassName
{
color: #38D63D;
}
.AnyTagClassName
{
color: #38D63D;
}
</style>
background-color css
<style>
a { background-color: #38D63D; }
a { background-color: rgb(56,214,61); }
div.DivClassName
{
background-color: #38D63D;
}
.BgClassName
{
background-color: #38D63D;
}
</style>
border-color css
<style>
span { border-color: #38D63D; }
span { border-color: rgb(56,214,61); }
td.TdClassName
{
border-color: #38D63D;
}
.TagClassName
{
border-color: #38D63D;
}
</style>