Shades of Lime Green #38D21A
Tints of Lime Green #38D21A
RGB
CMYK
RGB Variations
Color information
#38D21A (or 0x38D21A) is known color: Lime Green. HEX triplet: 38, D2 and 1A. RGB value is (56,210,26). Sum of RGB (Red+Green+Blue) = 56+210+26=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 210 (82.42% from 255 or 71.92% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 210 - color contains mainly: green. Hex color #38D21A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D21A is #C72DE5. Grayscale: #8F8F8F. Windows color (decimal): -13053414 or 1757752. OLE color: 1757752.
HSL color Cylindrical-coordinate representation of color #38D21A: hue angle of 110.22º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38D21A is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 210 | 26 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.18 |
| HSL | 110.22º | 0.78% | 0.46% | - |
| HSV(B) | 110.22º | 0.88% | 0.82% | - |
| XYZ | 24.86 | 47.01 | 8.74 | - |
| YUV | 142.98 | 61.98 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 210 | 26 | 0.73 | 0 | 0.88 | 0.18 | 110.22 | 0.78 | 0.46 |
| Hex | 38 | D2 | 1A | 49 | 0 | 58 | 12 | 6E | 4E | 2E |
| Octal | 70 | 322 | 32 | 111 | 0 | 130 | 22 | 156 | 116 | 56 |
| Binary | 111000 | 11010010 | 11010 | 1001001 | 0 | 1011000 | 10010 | 1101110 | 1001110 | 101110 |
Color Harmonies of #38D21A
Complementary color
Monochromatic Colors of #38D21A
Black with #38D21A
Text Example
Text Example
White with #38D21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D21A; }
p { color: rgb(56,210,26); }
H1.HeaderClassName
{
color: #38D21A;
}
.AnyTagClassName
{
color: #38D21A;
}
</style>
background-color css
<style>
a { background-color: #38D21A; }
a { background-color: rgb(56,210,26); }
div.DivClassName
{
background-color: #38D21A;
}
.BgClassName
{
background-color: #38D21A;
}
</style>
border-color css
<style>
span { border-color: #38D21A; }
span { border-color: rgb(56,210,26); }
td.TdClassName
{
border-color: #38D21A;
}
.TagClassName
{
border-color: #38D21A;
}
</style>