Shades of Lime Green #38D438
Tints of Lime Green #38D438
RGB
CMYK
RGB Variations
Color information
#38D438 (or 0x38D438) is known color: Lime Green. HEX triplet: 38, D4 and 38. RGB value is (56,212,56). Sum of RGB (Red+Green+Blue) = 56+212+56=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 212 (83.20% from 255 or 65.43% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 212 - color contains mainly: green. Hex color #38D438 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D438 is #C72BC7. Grayscale: #949494. Windows color (decimal): -13052872 or 3724344. OLE color: 3724344.
HSL color Cylindrical-coordinate representation of color #38D438: hue angle of 120º 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 #38D438 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 212 | 56 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.17 |
| HSL | 120º | 0.64% | 0.53% | - |
| HSV(B) | 120º | 0.74% | 0.83% | - |
| XYZ | 25.89 | 48.21 | 11.68 | - |
| YUV | 147.57 | 76.32 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 212 | 56 | 0.74 | 0 | 0.74 | 0.17 | 120 | 0.64 | 0.53 |
| Hex | 38 | D4 | 38 | 4A | 0 | 4A | 11 | 78 | 40 | 35 |
| Octal | 70 | 324 | 70 | 112 | 0 | 112 | 21 | 170 | 100 | 65 |
| Binary | 111000 | 11010100 | 111000 | 1001010 | 0 | 1001010 | 10001 | 1111000 | 1000000 | 110101 |
Color Harmonies of #38D438
Complementary color
Monochromatic Colors of #38D438
Black with #38D438
Text Example
Text Example
White with #38D438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D438; }
p { color: rgb(56,212,56); }
H1.HeaderClassName
{
color: #38D438;
}
.AnyTagClassName
{
color: #38D438;
}
</style>
background-color css
<style>
a { background-color: #38D438; }
a { background-color: rgb(56,212,56); }
div.DivClassName
{
background-color: #38D438;
}
.BgClassName
{
background-color: #38D438;
}
</style>
border-color css
<style>
span { border-color: #38D438; }
span { border-color: rgb(56,212,56); }
td.TdClassName
{
border-color: #38D438;
}
.TagClassName
{
border-color: #38D438;
}
</style>