Shades of Lime Green #38CE48
Tints of Lime Green #38CE48
RGB
CMYK
RGB Variations
Color information
#38CE48 (or 0x38CE48) is known color: Lime Green. HEX triplet: 38, CE and 48. RGB value is (56,206,72). Sum of RGB (Red+Green+Blue) = 56+206+72=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 206 (80.86% from 255 or 61.68% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CE48 is #C731B7. Grayscale: #929292. Windows color (decimal): -13054392 or 4771384. OLE color: 4771384.
HSL color Cylindrical-coordinate representation of color #38CE48: hue angle of 126.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CE48 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 206 | 72 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.19 |
| HSL | 126.4º | 0.6% | 0.51% | - |
| HSV(B) | 126.4º | 0.73% | 0.81% | - |
| XYZ | 24.87 | 45.45 | 13.59 | - |
| YUV | 145.87 | 86.31 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 72 | 0.73 | 0 | 0.65 | 0.19 | 126.4 | 0.6 | 0.51 |
| Hex | 38 | CE | 48 | 49 | 0 | 41 | 13 | 7E | 3C | 33 |
| Octal | 70 | 316 | 110 | 111 | 0 | 101 | 23 | 176 | 74 | 63 |
| Binary | 111000 | 11001110 | 1001000 | 1001001 | 0 | 1000001 | 10011 | 1111110 | 111100 | 110011 |
Color Harmonies of #38CE48
Complementary color
Monochromatic Colors of #38CE48
Black with #38CE48
Text Example
Text Example
White with #38CE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CE48; }
p { color: rgb(56,206,72); }
H1.HeaderClassName
{
color: #38CE48;
}
.AnyTagClassName
{
color: #38CE48;
}
</style>
background-color css
<style>
a { background-color: #38CE48; }
a { background-color: rgb(56,206,72); }
div.DivClassName
{
background-color: #38CE48;
}
.BgClassName
{
background-color: #38CE48;
}
</style>
border-color css
<style>
span { border-color: #38CE48; }
span { border-color: rgb(56,206,72); }
td.TdClassName
{
border-color: #38CE48;
}
.TagClassName
{
border-color: #38CE48;
}
</style>