Shades of Lime Green #38D640
Tints of Lime Green #38D640
RGB
CMYK
RGB Variations
Color information
#38D640 (or 0x38D640) is known color: Lime Green. HEX triplet: 38, D6 and 40. RGB value is (56,214,64). Sum of RGB (Red+Green+Blue) = 56+214+64=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 214 (83.98% from 255 or 64.07% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 214 - color contains mainly: green. Hex color #38D640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D640 is #C729BF. Grayscale: #969696. Windows color (decimal): -13052352 or 4249144. OLE color: 4249144.
HSL color Cylindrical-coordinate representation of color #38D640: hue angle of 123.04º 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 #38D640 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 64 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.16 |
| HSL | 123.04º | 0.66% | 0.53% | - |
| HSV(B) | 123.04º | 0.74% | 0.84% | - |
| XYZ | 26.6 | 49.3 | 12.97 | - |
| YUV | 149.66 | 79.65 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 64 | 0.74 | 0 | 0.70 | 0.16 | 123.04 | 0.66 | 0.53 |
| Hex | 38 | D6 | 40 | 4A | 0 | 46 | 10 | 7B | 42 | 35 |
| Octal | 70 | 326 | 100 | 112 | 0 | 106 | 20 | 173 | 102 | 65 |
| Binary | 111000 | 11010110 | 1000000 | 1001010 | 0 | 1000110 | 10000 | 1111011 | 1000010 | 110101 |
Color Harmonies of #38D640
Complementary color
Monochromatic Colors of #38D640
Black with #38D640
Text Example
Text Example
White with #38D640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D640; }
p { color: rgb(56,214,64); }
H1.HeaderClassName
{
color: #38D640;
}
.AnyTagClassName
{
color: #38D640;
}
</style>
background-color css
<style>
a { background-color: #38D640; }
a { background-color: rgb(56,214,64); }
div.DivClassName
{
background-color: #38D640;
}
.BgClassName
{
background-color: #38D640;
}
</style>
border-color css
<style>
span { border-color: #38D640; }
span { border-color: rgb(56,214,64); }
td.TdClassName
{
border-color: #38D640;
}
.TagClassName
{
border-color: #38D640;
}
</style>