Shades of Lime Green #38AB32
Tints of Lime Green #38AB32
RGB
CMYK
RGB Variations
Color information
#38AB32 (or 0x38AB32) is known color: Lime Green. HEX triplet: 38, AB and 32. RGB value is (56,171,50). Sum of RGB (Red+Green+Blue) = 56+171+50=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 171 (67.19% from 255 or 61.73% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AB32 is #C754CD. Grayscale: #7B7B7B. Windows color (decimal): -13063374 or 3320632. OLE color: 3320632.
HSL color Cylindrical-coordinate representation of color #38AB32: hue angle of 117.02º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38AB32 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 171 | 50 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.33 |
| HSL | 117.02º | 0.55% | 0.43% | - |
| HSV(B) | 117.02º | 0.71% | 0.67% | - |
| XYZ | 16.77 | 30.2 | 7.96 | - |
| YUV | 122.82 | 86.9 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 171 | 50 | 0.67 | 0 | 0.71 | 0.33 | 117.02 | 0.55 | 0.43 |
| Hex | 38 | AB | 32 | 43 | 0 | 47 | 21 | 75 | 37 | 2B |
| Octal | 70 | 253 | 62 | 103 | 0 | 107 | 41 | 165 | 67 | 53 |
| Binary | 111000 | 10101011 | 110010 | 1000011 | 0 | 1000111 | 100001 | 1110101 | 110111 | 101011 |
Color Harmonies of #38AB32
Complementary color
Monochromatic Colors of #38AB32
Black with #38AB32
Text Example
Text Example
White with #38AB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AB32; }
p { color: rgb(56,171,50); }
H1.HeaderClassName
{
color: #38AB32;
}
.AnyTagClassName
{
color: #38AB32;
}
</style>
background-color css
<style>
a { background-color: #38AB32; }
a { background-color: rgb(56,171,50); }
div.DivClassName
{
background-color: #38AB32;
}
.BgClassName
{
background-color: #38AB32;
}
</style>
border-color css
<style>
span { border-color: #38AB32; }
span { border-color: rgb(56,171,50); }
td.TdClassName
{
border-color: #38AB32;
}
.TagClassName
{
border-color: #38AB32;
}
</style>