Shades of Lime Green #38FD32
Tints of Lime Green #38FD32
RGB
CMYK
RGB Variations
Color information
#38FD32 (or 0x38FD32) is known color: Lime Green. HEX triplet: 38, FD and 32. RGB value is (56,253,50). Sum of RGB (Red+Green+Blue) = 56+253+50=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 253 (99.22% from 255 or 70.47% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 253 - color contains mainly: green. Hex color #38FD32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FD32 is #C702CD. Grayscale: #ABABAB. Windows color (decimal): -13042382 or 3341624. OLE color: 3341624.
HSL color Cylindrical-coordinate representation of color #38FD32: hue angle of 118.23º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38FD32 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 253 | 50 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.01 |
| HSL | 118.23º | 0.98% | 0.59% | - |
| HSV(B) | 118.23º | 0.8% | 0.99% | - |
| XYZ | 37.33 | 71.32 | 14.82 | - |
| YUV | 170.96 | 59.73 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 253 | 50 | 0.78 | 0 | 0.80 | 0.01 | 118.23 | 0.98 | 0.59 |
| Hex | 38 | FD | 32 | 4E | 0 | 50 | 1 | 76 | 62 | 3B |
| Octal | 70 | 375 | 62 | 116 | 0 | 120 | 1 | 166 | 142 | 73 |
| Binary | 111000 | 11111101 | 110010 | 1001110 | 0 | 1010000 | 1 | 1110110 | 1100010 | 111011 |
Color Harmonies of #38FD32
Complementary color
Monochromatic Colors of #38FD32
Black with #38FD32
Text Example
Text Example
White with #38FD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FD32; }
p { color: rgb(56,253,50); }
H1.HeaderClassName
{
color: #38FD32;
}
.AnyTagClassName
{
color: #38FD32;
}
</style>
background-color css
<style>
a { background-color: #38FD32; }
a { background-color: rgb(56,253,50); }
div.DivClassName
{
background-color: #38FD32;
}
.BgClassName
{
background-color: #38FD32;
}
</style>
border-color css
<style>
span { border-color: #38FD32; }
span { border-color: rgb(56,253,50); }
td.TdClassName
{
border-color: #38FD32;
}
.TagClassName
{
border-color: #38FD32;
}
</style>