Shades of Lime Green #38C220
Tints of Lime Green #38C220
RGB
CMYK
RGB Variations
Color information
#38C220 (or 0x38C220) is known color: Lime Green. HEX triplet: 38, C2 and 20. RGB value is (56,194,32). Sum of RGB (Red+Green+Blue) = 56+194+32=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 194 (76.17% from 255 or 68.79% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 194 - color contains mainly: green. Hex color #38C220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C220 is #C73DDF. Grayscale: #868686. Windows color (decimal): -13057504 or 2146872. OLE color: 2146872.
HSL color Cylindrical-coordinate representation of color #38C220: hue angle of 111.11º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38C220 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 194 | 32 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.24 |
| HSL | 111.11º | 0.72% | 0.44% | - |
| HSV(B) | 111.11º | 0.84% | 0.76% | - |
| XYZ | 21.18 | 39.53 | 7.88 | - |
| YUV | 134.27 | 70.28 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 194 | 32 | 0.71 | 0 | 0.84 | 0.24 | 111.11 | 0.72 | 0.44 |
| Hex | 38 | C2 | 20 | 47 | 0 | 54 | 18 | 6F | 48 | 2C |
| Octal | 70 | 302 | 40 | 107 | 0 | 124 | 30 | 157 | 110 | 54 |
| Binary | 111000 | 11000010 | 100000 | 1000111 | 0 | 1010100 | 11000 | 1101111 | 1001000 | 101100 |
Color Harmonies of #38C220
Complementary color
Monochromatic Colors of #38C220
Black with #38C220
Text Example
Text Example
White with #38C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C220; }
p { color: rgb(56,194,32); }
H1.HeaderClassName
{
color: #38C220;
}
.AnyTagClassName
{
color: #38C220;
}
</style>
background-color css
<style>
a { background-color: #38C220; }
a { background-color: rgb(56,194,32); }
div.DivClassName
{
background-color: #38C220;
}
.BgClassName
{
background-color: #38C220;
}
</style>
border-color css
<style>
span { border-color: #38C220; }
span { border-color: rgb(56,194,32); }
td.TdClassName
{
border-color: #38C220;
}
.TagClassName
{
border-color: #38C220;
}
</style>