Shades of Lime Green #38D440
Tints of Lime Green #38D440
RGB
CMYK
RGB Variations
Color information
#38D440 (or 0x38D440) is known color: Lime Green. HEX triplet: 38, D4 and 40. RGB value is (56,212,64). Sum of RGB (Red+Green+Blue) = 56+212+64=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 212 (83.20% from 255 or 63.86% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 212 - color contains mainly: green. Hex color #38D440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D440 is #C72BBF. Grayscale: #949494. Windows color (decimal): -13052864 or 4248632. OLE color: 4248632.
HSL color Cylindrical-coordinate representation of color #38D440: hue angle of 123.08º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D440 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 212 | 64 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.17 |
| HSL | 123.08º | 0.64% | 0.53% | - |
| HSV(B) | 123.08º | 0.74% | 0.83% | - |
| XYZ | 26.1 | 48.3 | 12.8 | - |
| YUV | 148.48 | 80.32 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 212 | 64 | 0.74 | 0 | 0.70 | 0.17 | 123.08 | 0.64 | 0.53 |
| Hex | 38 | D4 | 40 | 4A | 0 | 46 | 11 | 7B | 40 | 35 |
| Octal | 70 | 324 | 100 | 112 | 0 | 106 | 21 | 173 | 100 | 65 |
| Binary | 111000 | 11010100 | 1000000 | 1001010 | 0 | 1000110 | 10001 | 1111011 | 1000000 | 110101 |
Color Harmonies of #38D440
Complementary color
Monochromatic Colors of #38D440
Black with #38D440
Text Example
Text Example
White with #38D440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D440; }
p { color: rgb(56,212,64); }
H1.HeaderClassName
{
color: #38D440;
}
.AnyTagClassName
{
color: #38D440;
}
</style>
background-color css
<style>
a { background-color: #38D440; }
a { background-color: rgb(56,212,64); }
div.DivClassName
{
background-color: #38D440;
}
.BgClassName
{
background-color: #38D440;
}
</style>
border-color css
<style>
span { border-color: #38D440; }
span { border-color: rgb(56,212,64); }
td.TdClassName
{
border-color: #38D440;
}
.TagClassName
{
border-color: #38D440;
}
</style>