Shades of Lime Green #38DC3A
Tints of Lime Green #38DC3A
RGB
CMYK
RGB Variations
Color information
#38DC3A (or 0x38DC3A) is known color: Lime Green. HEX triplet: 38, DC and 3A. RGB value is (56,220,58). Sum of RGB (Red+Green+Blue) = 56+220+58=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 220 (86.33% from 255 or 65.87% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DC3A is #C723C5. Grayscale: #989898. Windows color (decimal): -13050822 or 3857464. OLE color: 3857464.
HSL color Cylindrical-coordinate representation of color #38DC3A: hue angle of 120.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DC3A is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 58 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.14 |
| HSL | 120.73º | 0.7% | 0.54% | - |
| HSV(B) | 120.73º | 0.75% | 0.86% | - |
| XYZ | 27.99 | 52.33 | 12.63 | - |
| YUV | 152.5 | 74.67 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 58 | 0.75 | 0 | 0.74 | 0.14 | 120.73 | 0.7 | 0.54 |
| Hex | 38 | DC | 3A | 4B | 0 | 4A | E | 79 | 46 | 36 |
| Octal | 70 | 334 | 72 | 113 | 0 | 112 | 16 | 171 | 106 | 66 |
| Binary | 111000 | 11011100 | 111010 | 1001011 | 0 | 1001010 | 1110 | 1111001 | 1000110 | 110110 |
Color Harmonies of #38DC3A
Complementary color
Monochromatic Colors of #38DC3A
Black with #38DC3A
Text Example
Text Example
White with #38DC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DC3A; }
p { color: rgb(56,220,58); }
H1.HeaderClassName
{
color: #38DC3A;
}
.AnyTagClassName
{
color: #38DC3A;
}
</style>
background-color css
<style>
a { background-color: #38DC3A; }
a { background-color: rgb(56,220,58); }
div.DivClassName
{
background-color: #38DC3A;
}
.BgClassName
{
background-color: #38DC3A;
}
</style>
border-color css
<style>
span { border-color: #38DC3A; }
span { border-color: rgb(56,220,58); }
td.TdClassName
{
border-color: #38DC3A;
}
.TagClassName
{
border-color: #38DC3A;
}
</style>