Shades of Lime Green #38DD2A
Tints of Lime Green #38DD2A
RGB
CMYK
RGB Variations
Color information
#38DD2A (or 0x38DD2A) is known color: Lime Green. HEX triplet: 38, DD and 2A. RGB value is (56,221,42). Sum of RGB (Red+Green+Blue) = 56+221+42=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 221 (86.72% from 255 or 69.28% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DD2A is #C722D5. Grayscale: #979797. Windows color (decimal): -13050582 or 2809144. OLE color: 2809144.
HSL color Cylindrical-coordinate representation of color #38DD2A: hue angle of 115.31º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38DD2A is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 221 | 42 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.13 |
| HSL | 115.31º | 0.72% | 0.52% | - |
| HSV(B) | 115.31º | 0.81% | 0.87% | - |
| XYZ | 27.91 | 52.72 | 10.9 | - |
| YUV | 151.26 | 66.34 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 221 | 42 | 0.75 | 0 | 0.81 | 0.13 | 115.31 | 0.72 | 0.52 |
| Hex | 38 | DD | 2A | 4B | 0 | 51 | D | 73 | 48 | 34 |
| Octal | 70 | 335 | 52 | 113 | 0 | 121 | 15 | 163 | 110 | 64 |
| Binary | 111000 | 11011101 | 101010 | 1001011 | 0 | 1010001 | 1101 | 1110011 | 1001000 | 110100 |
Color Harmonies of #38DD2A
Complementary color
Monochromatic Colors of #38DD2A
Black with #38DD2A
Text Example
Text Example
White with #38DD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DD2A; }
p { color: rgb(56,221,42); }
H1.HeaderClassName
{
color: #38DD2A;
}
.AnyTagClassName
{
color: #38DD2A;
}
</style>
background-color css
<style>
a { background-color: #38DD2A; }
a { background-color: rgb(56,221,42); }
div.DivClassName
{
background-color: #38DD2A;
}
.BgClassName
{
background-color: #38DD2A;
}
</style>
border-color css
<style>
span { border-color: #38DD2A; }
span { border-color: rgb(56,221,42); }
td.TdClassName
{
border-color: #38DD2A;
}
.TagClassName
{
border-color: #38DD2A;
}
</style>