Shades of Lime Green #38D451
Tints of Lime Green #38D451
RGB
CMYK
RGB Variations
Color information
#38D451 (or 0x38D451) is known color: Lime Green. HEX triplet: 38, D4 and 51. RGB value is (56,212,81). Sum of RGB (Red+Green+Blue) = 56+212+81=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 212 (83.20% from 255 or 60.74% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 212 - color contains mainly: green. Hex color #38D451 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D451 is #C72BAE. Grayscale: #969696. Windows color (decimal): -13052847 or 5362744. OLE color: 5362744.
HSL color Cylindrical-coordinate representation of color #38D451: hue angle of 129.62º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D451 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 212 | 81 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.17 |
| HSL | 129.62º | 0.64% | 0.53% | - |
| HSV(B) | 129.62º | 0.74% | 0.83% | - |
| XYZ | 26.66 | 48.52 | 15.75 | - |
| YUV | 150.42 | 88.82 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 212 | 81 | 0.74 | 0 | 0.62 | 0.17 | 129.62 | 0.64 | 0.53 |
| Hex | 38 | D4 | 51 | 4A | 0 | 3E | 11 | 82 | 40 | 35 |
| Octal | 70 | 324 | 121 | 112 | 0 | 76 | 21 | 202 | 100 | 65 |
| Binary | 111000 | 11010100 | 1010001 | 1001010 | 0 | 111110 | 10001 | 10000010 | 1000000 | 110101 |
Color Harmonies of #38D451
Complementary color
Monochromatic Colors of #38D451
Black with #38D451
Text Example
Text Example
White with #38D451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D451; }
p { color: rgb(56,212,81); }
H1.HeaderClassName
{
color: #38D451;
}
.AnyTagClassName
{
color: #38D451;
}
</style>
background-color css
<style>
a { background-color: #38D451; }
a { background-color: rgb(56,212,81); }
div.DivClassName
{
background-color: #38D451;
}
.BgClassName
{
background-color: #38D451;
}
</style>
border-color css
<style>
span { border-color: #38D451; }
span { border-color: rgb(56,212,81); }
td.TdClassName
{
border-color: #38D451;
}
.TagClassName
{
border-color: #38D451;
}
</style>