Shades of Lime Green #38D853
Tints of Lime Green #38D853
RGB
CMYK
RGB Variations
Color information
#38D853 (or 0x38D853) is known color: Lime Green. HEX triplet: 38, D8 and 53. RGB value is (56,216,83). Sum of RGB (Red+Green+Blue) = 56+216+83=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 216 (84.77% from 255 or 60.85% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 216 - color contains mainly: green. Hex color #38D853 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D853 is #C727AC. Grayscale: #999999. Windows color (decimal): -13051821 or 5494840. OLE color: 5494840.
HSL color Cylindrical-coordinate representation of color #38D853: hue angle of 130.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D853 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 216 | 83 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.15 |
| HSL | 130.13º | 0.67% | 0.53% | - |
| HSV(B) | 130.13º | 0.74% | 0.85% | - |
| XYZ | 27.75 | 50.58 | 16.48 | - |
| YUV | 153 | 88.49 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 216 | 83 | 0.74 | 0 | 0.62 | 0.15 | 130.13 | 0.67 | 0.53 |
| Hex | 38 | D8 | 53 | 4A | 0 | 3E | F | 82 | 43 | 35 |
| Octal | 70 | 330 | 123 | 112 | 0 | 76 | 17 | 202 | 103 | 65 |
| Binary | 111000 | 11011000 | 1010011 | 1001010 | 0 | 111110 | 1111 | 10000010 | 1000011 | 110101 |
Color Harmonies of #38D853
Complementary color
Monochromatic Colors of #38D853
Black with #38D853
Text Example
Text Example
White with #38D853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D853; }
p { color: rgb(56,216,83); }
H1.HeaderClassName
{
color: #38D853;
}
.AnyTagClassName
{
color: #38D853;
}
</style>
background-color css
<style>
a { background-color: #38D853; }
a { background-color: rgb(56,216,83); }
div.DivClassName
{
background-color: #38D853;
}
.BgClassName
{
background-color: #38D853;
}
</style>
border-color css
<style>
span { border-color: #38D853; }
span { border-color: rgb(56,216,83); }
td.TdClassName
{
border-color: #38D853;
}
.TagClassName
{
border-color: #38D853;
}
</style>