Shades of Lime Green #38AA30
Tints of Lime Green #38AA30
RGB
CMYK
RGB Variations
Color information
#38AA30 (or 0x38AA30) is known color: Lime Green. HEX triplet: 38, AA and 30. RGB value is (56,170,48). Sum of RGB (Red+Green+Blue) = 56+170+48=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 170 (66.80% from 255 or 62.04% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AA30 is #C755CF. Grayscale: #7A7A7A. Windows color (decimal): -13063632 or 3189304. OLE color: 3189304.
HSL color Cylindrical-coordinate representation of color #38AA30: hue angle of 116.07º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38AA30 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 170 | 48 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.33 |
| HSL | 116.07º | 0.56% | 0.43% | - |
| HSV(B) | 116.07º | 0.72% | 0.67% | - |
| XYZ | 16.54 | 29.8 | 7.68 | - |
| YUV | 122.01 | 86.23 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 48 | 0.67 | 0 | 0.72 | 0.33 | 116.07 | 0.56 | 0.43 |
| Hex | 38 | AA | 30 | 43 | 0 | 48 | 21 | 74 | 38 | 2B |
| Octal | 70 | 252 | 60 | 103 | 0 | 110 | 41 | 164 | 70 | 53 |
| Binary | 111000 | 10101010 | 110000 | 1000011 | 0 | 1001000 | 100001 | 1110100 | 111000 | 101011 |
Color Harmonies of #38AA30
Complementary color
Monochromatic Colors of #38AA30
Black with #38AA30
Text Example
Text Example
White with #38AA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AA30; }
p { color: rgb(56,170,48); }
H1.HeaderClassName
{
color: #38AA30;
}
.AnyTagClassName
{
color: #38AA30;
}
</style>
background-color css
<style>
a { background-color: #38AA30; }
a { background-color: rgb(56,170,48); }
div.DivClassName
{
background-color: #38AA30;
}
.BgClassName
{
background-color: #38AA30;
}
</style>
border-color css
<style>
span { border-color: #38AA30; }
span { border-color: rgb(56,170,48); }
td.TdClassName
{
border-color: #38AA30;
}
.TagClassName
{
border-color: #38AA30;
}
</style>