Shades of Lime Green #38E93B
Tints of Lime Green #38E93B
RGB
CMYK
RGB Variations
Color information
#38E93B (or 0x38E93B) is known color: Lime Green. HEX triplet: 38, E9 and 3B. RGB value is (56,233,59). Sum of RGB (Red+Green+Blue) = 56+233+59=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 233 (91.41% from 255 or 66.95% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 233 - color contains mainly: green. Hex color #38E93B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E93B is #C716C4. Grayscale: #A0A0A0. Windows color (decimal): -13047493 or 3926328. OLE color: 3926328.
HSL color Cylindrical-coordinate representation of color #38E93B: hue angle of 121.02º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E93B is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 233 | 59 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.09 |
| HSL | 121.02º | 0.8% | 0.57% | - |
| HSV(B) | 121.02º | 0.76% | 0.91% | - |
| XYZ | 31.56 | 59.43 | 13.95 | - |
| YUV | 160.24 | 70.86 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 233 | 59 | 0.76 | 0 | 0.75 | 0.09 | 121.02 | 0.8 | 0.57 |
| Hex | 38 | E9 | 3B | 4C | 0 | 4B | 9 | 79 | 50 | 39 |
| Octal | 70 | 351 | 73 | 114 | 0 | 113 | 11 | 171 | 120 | 71 |
| Binary | 111000 | 11101001 | 111011 | 1001100 | 0 | 1001011 | 1001 | 1111001 | 1010000 | 111001 |
Color Harmonies of #38E93B
Complementary color
Monochromatic Colors of #38E93B
Black with #38E93B
Text Example
Text Example
White with #38E93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E93B; }
p { color: rgb(56,233,59); }
H1.HeaderClassName
{
color: #38E93B;
}
.AnyTagClassName
{
color: #38E93B;
}
</style>
background-color css
<style>
a { background-color: #38E93B; }
a { background-color: rgb(56,233,59); }
div.DivClassName
{
background-color: #38E93B;
}
.BgClassName
{
background-color: #38E93B;
}
</style>
border-color css
<style>
span { border-color: #38E93B; }
span { border-color: rgb(56,233,59); }
td.TdClassName
{
border-color: #38E93B;
}
.TagClassName
{
border-color: #38E93B;
}
</style>