Shades of Lime Green #38C448
Tints of Lime Green #38C448
RGB
CMYK
RGB Variations
Color information
#38C448 (or 0x38C448) is known color: Lime Green. HEX triplet: 38, C4 and 48. RGB value is (56,196,72). Sum of RGB (Red+Green+Blue) = 56+196+72=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 196 (76.95% from 255 or 60.49% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 196 - color contains mainly: green. Hex color #38C448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C448 is #C73BB7. Grayscale: #8C8C8C. Windows color (decimal): -13056952 or 4768824. OLE color: 4768824.
HSL color Cylindrical-coordinate representation of color #38C448: hue angle of 126.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C448 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 196 | 72 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.23 |
| HSL | 126.86º | 0.56% | 0.49% | - |
| HSV(B) | 126.86º | 0.71% | 0.77% | - |
| XYZ | 22.54 | 40.79 | 12.82 | - |
| YUV | 140 | 89.62 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 196 | 72 | 0.71 | 0 | 0.63 | 0.23 | 126.86 | 0.56 | 0.49 |
| Hex | 38 | C4 | 48 | 47 | 0 | 3F | 17 | 7F | 38 | 31 |
| Octal | 70 | 304 | 110 | 107 | 0 | 77 | 27 | 177 | 70 | 61 |
| Binary | 111000 | 11000100 | 1001000 | 1000111 | 0 | 111111 | 10111 | 1111111 | 111000 | 110001 |
Color Harmonies of #38C448
Complementary color
Monochromatic Colors of #38C448
Black with #38C448
Text Example
Text Example
White with #38C448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C448; }
p { color: rgb(56,196,72); }
H1.HeaderClassName
{
color: #38C448;
}
.AnyTagClassName
{
color: #38C448;
}
</style>
background-color css
<style>
a { background-color: #38C448; }
a { background-color: rgb(56,196,72); }
div.DivClassName
{
background-color: #38C448;
}
.BgClassName
{
background-color: #38C448;
}
</style>
border-color css
<style>
span { border-color: #38C448; }
span { border-color: rgb(56,196,72); }
td.TdClassName
{
border-color: #38C448;
}
.TagClassName
{
border-color: #38C448;
}
</style>