Shades of Lime Green #38CB32
Tints of Lime Green #38CB32
RGB
CMYK
RGB Variations
Color information
#38CB32 (or 0x38CB32) is known color: Lime Green. HEX triplet: 38, CB and 32. RGB value is (56,203,50). Sum of RGB (Red+Green+Blue) = 56+203+50=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 203 (79.69% from 255 or 65.70% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CB32 is #C734CD. Grayscale: #8E8E8E. Windows color (decimal): -13055182 or 3328824. OLE color: 3328824.
HSL color Cylindrical-coordinate representation of color #38CB32: hue angle of 117.65º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38CB32 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 203 | 50 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.20 |
| HSL | 117.65º | 0.6% | 0.5% | - |
| HSV(B) | 117.65º | 0.75% | 0.8% | - |
| XYZ | 23.56 | 43.78 | 10.23 | - |
| YUV | 141.61 | 76.3 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 50 | 0.72 | 0 | 0.75 | 0.20 | 117.65 | 0.6 | 0.5 |
| Hex | 38 | CB | 32 | 48 | 0 | 4B | 14 | 76 | 3C | 32 |
| Octal | 70 | 313 | 62 | 110 | 0 | 113 | 24 | 166 | 74 | 62 |
| Binary | 111000 | 11001011 | 110010 | 1001000 | 0 | 1001011 | 10100 | 1110110 | 111100 | 110010 |
Color Harmonies of #38CB32
Complementary color
Monochromatic Colors of #38CB32
Black with #38CB32
Text Example
Text Example
White with #38CB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CB32; }
p { color: rgb(56,203,50); }
H1.HeaderClassName
{
color: #38CB32;
}
.AnyTagClassName
{
color: #38CB32;
}
</style>
background-color css
<style>
a { background-color: #38CB32; }
a { background-color: rgb(56,203,50); }
div.DivClassName
{
background-color: #38CB32;
}
.BgClassName
{
background-color: #38CB32;
}
</style>
border-color css
<style>
span { border-color: #38CB32; }
span { border-color: rgb(56,203,50); }
td.TdClassName
{
border-color: #38CB32;
}
.TagClassName
{
border-color: #38CB32;
}
</style>