Shades of Lime Green #38EB32
Tints of Lime Green #38EB32
RGB
CMYK
RGB Variations
Color information
#38EB32 (or 0x38EB32) is known color: Lime Green. HEX triplet: 38, EB and 32. RGB value is (56,235,50). Sum of RGB (Red+Green+Blue) = 56+235+50=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 235 (92.19% from 255 or 68.91% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 235 - color contains mainly: green. Hex color #38EB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EB32 is #C714CD. Grayscale: #A0A0A0. Windows color (decimal): -13046990 or 3337016. OLE color: 3337016.
HSL color Cylindrical-coordinate representation of color #38EB32: hue angle of 118.05º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38EB32 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 235 | 50 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.08 |
| HSL | 118.05º | 0.82% | 0.56% | - |
| HSV(B) | 118.05º | 0.79% | 0.92% | - |
| XYZ | 31.91 | 60.49 | 13.01 | - |
| YUV | 160.39 | 65.7 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 235 | 50 | 0.76 | 0 | 0.79 | 0.08 | 118.05 | 0.82 | 0.56 |
| Hex | 38 | EB | 32 | 4C | 0 | 4F | 8 | 76 | 52 | 38 |
| Octal | 70 | 353 | 62 | 114 | 0 | 117 | 10 | 166 | 122 | 70 |
| Binary | 111000 | 11101011 | 110010 | 1001100 | 0 | 1001111 | 1000 | 1110110 | 1010010 | 111000 |
Color Harmonies of #38EB32
Complementary color
Monochromatic Colors of #38EB32
Black with #38EB32
Text Example
Text Example
White with #38EB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EB32; }
p { color: rgb(56,235,50); }
H1.HeaderClassName
{
color: #38EB32;
}
.AnyTagClassName
{
color: #38EB32;
}
</style>
background-color css
<style>
a { background-color: #38EB32; }
a { background-color: rgb(56,235,50); }
div.DivClassName
{
background-color: #38EB32;
}
.BgClassName
{
background-color: #38EB32;
}
</style>
border-color css
<style>
span { border-color: #38EB32; }
span { border-color: rgb(56,235,50); }
td.TdClassName
{
border-color: #38EB32;
}
.TagClassName
{
border-color: #38EB32;
}
</style>