Shades of Lime Green #38D754
Tints of Lime Green #38D754
RGB
CMYK
RGB Variations
Color information
#38D754 (or 0x38D754) is known color: Lime Green. HEX triplet: 38, D7 and 54. RGB value is (56,215,84). Sum of RGB (Red+Green+Blue) = 56+215+84=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 215 (84.38% from 255 or 60.56% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 215 - color contains mainly: green. Hex color #38D754 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D754 is #C728AB. Grayscale: #989898. Windows color (decimal): -13052076 or 5560120. OLE color: 5560120.
HSL color Cylindrical-coordinate representation of color #38D754: hue angle of 130.57º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D754 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 215 | 84 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.16 |
| HSL | 130.57º | 0.67% | 0.53% | - |
| HSV(B) | 130.57º | 0.74% | 0.84% | - |
| XYZ | 27.53 | 50.08 | 16.6 | - |
| YUV | 152.53 | 89.32 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 84 | 0.74 | 0 | 0.61 | 0.16 | 130.57 | 0.67 | 0.53 |
| Hex | 38 | D7 | 54 | 4A | 0 | 3D | 10 | 83 | 43 | 35 |
| Octal | 70 | 327 | 124 | 112 | 0 | 75 | 20 | 203 | 103 | 65 |
| Binary | 111000 | 11010111 | 1010100 | 1001010 | 0 | 111101 | 10000 | 10000011 | 1000011 | 110101 |
Color Harmonies of #38D754
Complementary color
Monochromatic Colors of #38D754
Black with #38D754
Text Example
Text Example
White with #38D754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D754; }
p { color: rgb(56,215,84); }
H1.HeaderClassName
{
color: #38D754;
}
.AnyTagClassName
{
color: #38D754;
}
</style>
background-color css
<style>
a { background-color: #38D754; }
a { background-color: rgb(56,215,84); }
div.DivClassName
{
background-color: #38D754;
}
.BgClassName
{
background-color: #38D754;
}
</style>
border-color css
<style>
span { border-color: #38D754; }
span { border-color: rgb(56,215,84); }
td.TdClassName
{
border-color: #38D754;
}
.TagClassName
{
border-color: #38D754;
}
</style>