Shades of Lime Green #38CB49
Tints of Lime Green #38CB49
RGB
CMYK
RGB Variations
Color information
#38CB49 (or 0x38CB49) is known color: Lime Green. HEX triplet: 38, CB and 49. RGB value is (56,203,73). Sum of RGB (Red+Green+Blue) = 56+203+73=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CB49 is #C734B6. Grayscale: #909090. Windows color (decimal): -13055159 or 4836152. OLE color: 4836152.
HSL color Cylindrical-coordinate representation of color #38CB49: hue angle of 126.94º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CB49 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 203 | 73 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.20 |
| HSL | 126.94º | 0.59% | 0.51% | - |
| HSV(B) | 126.94º | 0.72% | 0.8% | - |
| XYZ | 24.19 | 44.03 | 13.53 | - |
| YUV | 144.23 | 87.8 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 73 | 0.72 | 0 | 0.64 | 0.20 | 126.94 | 0.59 | 0.51 |
| Hex | 38 | CB | 49 | 48 | 0 | 40 | 14 | 7F | 3B | 33 |
| Octal | 70 | 313 | 111 | 110 | 0 | 100 | 24 | 177 | 73 | 63 |
| Binary | 111000 | 11001011 | 1001001 | 1001000 | 0 | 1000000 | 10100 | 1111111 | 111011 | 110011 |
Color Harmonies of #38CB49
Complementary color
Monochromatic Colors of #38CB49
Black with #38CB49
Text Example
Text Example
White with #38CB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CB49; }
p { color: rgb(56,203,73); }
H1.HeaderClassName
{
color: #38CB49;
}
.AnyTagClassName
{
color: #38CB49;
}
</style>
background-color css
<style>
a { background-color: #38CB49; }
a { background-color: rgb(56,203,73); }
div.DivClassName
{
background-color: #38CB49;
}
.BgClassName
{
background-color: #38CB49;
}
</style>
border-color css
<style>
span { border-color: #38CB49; }
span { border-color: rgb(56,203,73); }
td.TdClassName
{
border-color: #38CB49;
}
.TagClassName
{
border-color: #38CB49;
}
</style>