Shades of Lime Green #38D450
Tints of Lime Green #38D450
RGB
CMYK
RGB Variations
Color information
#38D450 (or 0x38D450) is known color: Lime Green. HEX triplet: 38, D4 and 50. RGB value is (56,212,80). Sum of RGB (Red+Green+Blue) = 56+212+80=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 212 (83.20% from 255 or 60.92% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 212 - color contains mainly: green. Hex color #38D450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D450 is #C72BAF. Grayscale: #969696. Windows color (decimal): -13052848 or 5297208. OLE color: 5297208.
HSL color Cylindrical-coordinate representation of color #38D450: hue angle of 129.23º 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 #38D450 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 212 | 80 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.17 |
| HSL | 129.23º | 0.64% | 0.53% | - |
| HSV(B) | 129.23º | 0.74% | 0.83% | - |
| XYZ | 26.62 | 48.51 | 15.55 | - |
| YUV | 150.31 | 88.32 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 212 | 80 | 0.74 | 0 | 0.62 | 0.17 | 129.23 | 0.64 | 0.53 |
| Hex | 38 | D4 | 50 | 4A | 0 | 3E | 11 | 81 | 40 | 35 |
| Octal | 70 | 324 | 120 | 112 | 0 | 76 | 21 | 201 | 100 | 65 |
| Binary | 111000 | 11010100 | 1010000 | 1001010 | 0 | 111110 | 10001 | 10000001 | 1000000 | 110101 |
Color Harmonies of #38D450
Complementary color
Monochromatic Colors of #38D450
Black with #38D450
Text Example
Text Example
White with #38D450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D450; }
p { color: rgb(56,212,80); }
H1.HeaderClassName
{
color: #38D450;
}
.AnyTagClassName
{
color: #38D450;
}
</style>
background-color css
<style>
a { background-color: #38D450; }
a { background-color: rgb(56,212,80); }
div.DivClassName
{
background-color: #38D450;
}
.BgClassName
{
background-color: #38D450;
}
</style>
border-color css
<style>
span { border-color: #38D450; }
span { border-color: rgb(56,212,80); }
td.TdClassName
{
border-color: #38D450;
}
.TagClassName
{
border-color: #38D450;
}
</style>