Shades of Lime Green #38C428
Tints of Lime Green #38C428
RGB
CMYK
RGB Variations
Color information
#38C428 (or 0x38C428) is known color: Lime Green. HEX triplet: 38, C4 and 28. RGB value is (56,196,40). Sum of RGB (Red+Green+Blue) = 56+196+40=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 196 (76.95% from 255 or 67.12% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 196 - color contains mainly: green. Hex color #38C428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C428 is #C73BD7. Grayscale: #888888. Windows color (decimal): -13056984 or 2671672. OLE color: 2671672.
HSL color Cylindrical-coordinate representation of color #38C428: hue angle of 113.85º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38C428 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 196 | 40 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.23 |
| HSL | 113.85º | 0.66% | 0.46% | - |
| HSV(B) | 113.85º | 0.8% | 0.77% | - |
| XYZ | 21.75 | 40.47 | 8.67 | - |
| YUV | 136.36 | 73.62 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 196 | 40 | 0.71 | 0 | 0.80 | 0.23 | 113.85 | 0.66 | 0.46 |
| Hex | 38 | C4 | 28 | 47 | 0 | 50 | 17 | 72 | 42 | 2E |
| Octal | 70 | 304 | 50 | 107 | 0 | 120 | 27 | 162 | 102 | 56 |
| Binary | 111000 | 11000100 | 101000 | 1000111 | 0 | 1010000 | 10111 | 1110010 | 1000010 | 101110 |
Color Harmonies of #38C428
Complementary color
Monochromatic Colors of #38C428
Black with #38C428
Text Example
Text Example
White with #38C428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C428; }
p { color: rgb(56,196,40); }
H1.HeaderClassName
{
color: #38C428;
}
.AnyTagClassName
{
color: #38C428;
}
</style>
background-color css
<style>
a { background-color: #38C428; }
a { background-color: rgb(56,196,40); }
div.DivClassName
{
background-color: #38C428;
}
.BgClassName
{
background-color: #38C428;
}
</style>
border-color css
<style>
span { border-color: #38C428; }
span { border-color: rgb(56,196,40); }
td.TdClassName
{
border-color: #38C428;
}
.TagClassName
{
border-color: #38C428;
}
</style>