Shades of Lime Green #38FF32
Tints of Lime Green #38FF32
RGB
CMYK
RGB Variations
Color information
#38FF32 (or 0x38FF32) is known color: Lime Green. HEX triplet: 38, FF and 32. RGB value is (56,255,50). Sum of RGB (Red+Green+Blue) = 56+255+50=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FF32 is #C700CD. Grayscale: #ACACAC. Windows color (decimal): -13041870 or 3342136. OLE color: 3342136.
HSL color Cylindrical-coordinate representation of color #38FF32: hue angle of 118.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38FF32 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 50 | - |
| CMYK | 0.78 | 0 | 0.80 | 0 |
| HSL | 118.24º | 1% | 0.6% | - |
| HSV(B) | 118.24º | 0.8% | 1% | - |
| XYZ | 37.97 | 72.59 | 15.03 | - |
| YUV | 172.13 | 59.07 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 50 | 0.78 | 0 | 0.80 | 0 | 118.24 | 1 | 0.6 |
| Hex | 38 | FF | 32 | 4E | 0 | 50 | 0 | 76 | 64 | 3C |
| Octal | 70 | 377 | 62 | 116 | 0 | 120 | 0 | 166 | 144 | 74 |
| Binary | 111000 | 11111111 | 110010 | 1001110 | 0 | 1010000 | 0 | 1110110 | 1100100 | 111100 |
Color Harmonies of #38FF32
Complementary color
Monochromatic Colors of #38FF32
Black with #38FF32
Text Example
Text Example
White with #38FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FF32; }
p { color: rgb(56,255,50); }
H1.HeaderClassName
{
color: #38FF32;
}
.AnyTagClassName
{
color: #38FF32;
}
</style>
background-color css
<style>
a { background-color: #38FF32; }
a { background-color: rgb(56,255,50); }
div.DivClassName
{
background-color: #38FF32;
}
.BgClassName
{
background-color: #38FF32;
}
</style>
border-color css
<style>
span { border-color: #38FF32; }
span { border-color: rgb(56,255,50); }
td.TdClassName
{
border-color: #38FF32;
}
.TagClassName
{
border-color: #38FF32;
}
</style>