Shades of Lime Green #38DC34
Tints of Lime Green #38DC34
RGB
CMYK
RGB Variations
Color information
#38DC34 (or 0x38DC34) is known color: Lime Green. HEX triplet: 38, DC and 34. RGB value is (56,220,52). Sum of RGB (Red+Green+Blue) = 56+220+52=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 220 (86.33% from 255 or 67.07% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DC34 is #C723CB. Grayscale: #989898. Windows color (decimal): -13050828 or 3464248. OLE color: 3464248.
HSL color Cylindrical-coordinate representation of color #38DC34: hue angle of 118.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38DC34 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 52 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.14 |
| HSL | 118.57º | 0.71% | 0.53% | - |
| HSV(B) | 118.57º | 0.76% | 0.86% | - |
| XYZ | 27.84 | 52.28 | 11.87 | - |
| YUV | 151.81 | 71.67 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 52 | 0.75 | 0 | 0.76 | 0.14 | 118.57 | 0.71 | 0.53 |
| Hex | 38 | DC | 34 | 4B | 0 | 4C | E | 77 | 47 | 35 |
| Octal | 70 | 334 | 64 | 113 | 0 | 114 | 16 | 167 | 107 | 65 |
| Binary | 111000 | 11011100 | 110100 | 1001011 | 0 | 1001100 | 1110 | 1110111 | 1000111 | 110101 |
Color Harmonies of #38DC34
Complementary color
Monochromatic Colors of #38DC34
Black with #38DC34
Text Example
Text Example
White with #38DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DC34; }
p { color: rgb(56,220,52); }
H1.HeaderClassName
{
color: #38DC34;
}
.AnyTagClassName
{
color: #38DC34;
}
</style>
background-color css
<style>
a { background-color: #38DC34; }
a { background-color: rgb(56,220,52); }
div.DivClassName
{
background-color: #38DC34;
}
.BgClassName
{
background-color: #38DC34;
}
</style>
border-color css
<style>
span { border-color: #38DC34; }
span { border-color: rgb(56,220,52); }
td.TdClassName
{
border-color: #38DC34;
}
.TagClassName
{
border-color: #38DC34;
}
</style>