Shades of Lime Green #38B93F
Tints of Lime Green #38B93F
RGB
CMYK
RGB Variations
Color information
#38B93F (or 0x38B93F) is known color: Lime Green. HEX triplet: 38, B9 and 3F. RGB value is (56,185,63). Sum of RGB (Red+Green+Blue) = 56+185+63=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 185 (72.66% from 255 or 60.86% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 185 - color contains mainly: green. Hex color #38B93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B93F is #C746C0. Grayscale: #848484. Windows color (decimal): -13059777 or 4176184. OLE color: 4176184.
HSL color Cylindrical-coordinate representation of color #38B93F: hue angle of 123.26º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B93F is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 185 | 63 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.27 |
| HSL | 123.26º | 0.54% | 0.47% | - |
| HSV(B) | 123.26º | 0.7% | 0.73% | - |
| XYZ | 19.88 | 35.9 | 10.58 | - |
| YUV | 132.52 | 88.76 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 185 | 63 | 0.70 | 0 | 0.66 | 0.27 | 123.26 | 0.54 | 0.47 |
| Hex | 38 | B9 | 3F | 46 | 0 | 42 | 1B | 7B | 36 | 2F |
| Octal | 70 | 271 | 77 | 106 | 0 | 102 | 33 | 173 | 66 | 57 |
| Binary | 111000 | 10111001 | 111111 | 1000110 | 0 | 1000010 | 11011 | 1111011 | 110110 | 101111 |
Color Harmonies of #38B93F
Complementary color
Monochromatic Colors of #38B93F
Black with #38B93F
Text Example
Text Example
White with #38B93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B93F; }
p { color: rgb(56,185,63); }
H1.HeaderClassName
{
color: #38B93F;
}
.AnyTagClassName
{
color: #38B93F;
}
</style>
background-color css
<style>
a { background-color: #38B93F; }
a { background-color: rgb(56,185,63); }
div.DivClassName
{
background-color: #38B93F;
}
.BgClassName
{
background-color: #38B93F;
}
</style>
border-color css
<style>
span { border-color: #38B93F; }
span { border-color: rgb(56,185,63); }
td.TdClassName
{
border-color: #38B93F;
}
.TagClassName
{
border-color: #38B93F;
}
</style>