Shades of Lime Green #38C420
Tints of Lime Green #38C420
RGB
CMYK
RGB Variations
Color information
#38C420 (or 0x38C420) is known color: Lime Green. HEX triplet: 38, C4 and 20. RGB value is (56,196,32). Sum of RGB (Red+Green+Blue) = 56+196+32=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 196 (76.95% from 255 or 69.01% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 196 - color contains mainly: green. Hex color #38C420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C420 is #C73BDF. Grayscale: #878787. Windows color (decimal): -13056992 or 2147384. OLE color: 2147384.
HSL color Cylindrical-coordinate representation of color #38C420: hue angle of 111.22º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38C420 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 196 | 32 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.23 |
| HSL | 111.22º | 0.72% | 0.45% | - |
| HSV(B) | 111.22º | 0.84% | 0.77% | - |
| XYZ | 21.63 | 40.42 | 8.03 | - |
| YUV | 135.44 | 69.62 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 196 | 32 | 0.71 | 0 | 0.84 | 0.23 | 111.22 | 0.72 | 0.45 |
| Hex | 38 | C4 | 20 | 47 | 0 | 54 | 17 | 6F | 48 | 2D |
| Octal | 70 | 304 | 40 | 107 | 0 | 124 | 27 | 157 | 110 | 55 |
| Binary | 111000 | 11000100 | 100000 | 1000111 | 0 | 1010100 | 10111 | 1101111 | 1001000 | 101101 |
Color Harmonies of #38C420
Complementary color
Monochromatic Colors of #38C420
Black with #38C420
Text Example
Text Example
White with #38C420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C420; }
p { color: rgb(56,196,32); }
H1.HeaderClassName
{
color: #38C420;
}
.AnyTagClassName
{
color: #38C420;
}
</style>
background-color css
<style>
a { background-color: #38C420; }
a { background-color: rgb(56,196,32); }
div.DivClassName
{
background-color: #38C420;
}
.BgClassName
{
background-color: #38C420;
}
</style>
border-color css
<style>
span { border-color: #38C420; }
span { border-color: rgb(56,196,32); }
td.TdClassName
{
border-color: #38C420;
}
.TagClassName
{
border-color: #38C420;
}
</style>