Shades of Lime Green #38AD34
Tints of Lime Green #38AD34
RGB
CMYK
RGB Variations
Color information
#38AD34 (or 0x38AD34) is known color: Lime Green. HEX triplet: 38, AD and 34. RGB value is (56,173,52). Sum of RGB (Red+Green+Blue) = 56+173+52=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 173 (67.97% from 255 or 61.57% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AD34 is #C752CB. Grayscale: #7C7C7C. Windows color (decimal): -13062860 or 3452216. OLE color: 3452216.
HSL color Cylindrical-coordinate representation of color #38AD34: hue angle of 118.02º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38AD34 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 173 | 52 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.32 |
| HSL | 118.02º | 0.54% | 0.44% | - |
| HSV(B) | 118.02º | 0.7% | 0.68% | - |
| XYZ | 17.19 | 30.98 | 8.32 | - |
| YUV | 124.22 | 87.24 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 52 | 0.68 | 0 | 0.70 | 0.32 | 118.02 | 0.54 | 0.44 |
| Hex | 38 | AD | 34 | 44 | 0 | 46 | 20 | 76 | 36 | 2C |
| Octal | 70 | 255 | 64 | 104 | 0 | 106 | 40 | 166 | 66 | 54 |
| Binary | 111000 | 10101101 | 110100 | 1000100 | 0 | 1000110 | 100000 | 1110110 | 110110 | 101100 |
Color Harmonies of #38AD34
Complementary color
Monochromatic Colors of #38AD34
Black with #38AD34
Text Example
Text Example
White with #38AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AD34; }
p { color: rgb(56,173,52); }
H1.HeaderClassName
{
color: #38AD34;
}
.AnyTagClassName
{
color: #38AD34;
}
</style>
background-color css
<style>
a { background-color: #38AD34; }
a { background-color: rgb(56,173,52); }
div.DivClassName
{
background-color: #38AD34;
}
.BgClassName
{
background-color: #38AD34;
}
</style>
border-color css
<style>
span { border-color: #38AD34; }
span { border-color: rgb(56,173,52); }
td.TdClassName
{
border-color: #38AD34;
}
.TagClassName
{
border-color: #38AD34;
}
</style>