Shades of Lime Green #38F545
Tints of Lime Green #38F545
RGB
CMYK
RGB Variations
Color information
#38F545 (or 0x38F545) is known color: Lime Green. HEX triplet: 38, F5 and 45. RGB value is (56,245,69). Sum of RGB (Red+Green+Blue) = 56+245+69=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 245 (96.09% from 255 or 66.22% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 245 - color contains mainly: green. Hex color #38F545 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F545 is #C70ABA. Grayscale: #A8A8A8. Windows color (decimal): -13044411 or 4584760. OLE color: 4584760.
HSL color Cylindrical-coordinate representation of color #38F545: hue angle of 124.13º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F545 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 245 | 69 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.04 |
| HSL | 124.13º | 0.9% | 0.59% | - |
| HSV(B) | 124.13º | 0.77% | 0.96% | - |
| XYZ | 35.36 | 66.58 | 16.62 | - |
| YUV | 168.43 | 71.88 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 245 | 69 | 0.77 | 0 | 0.72 | 0.04 | 124.13 | 0.9 | 0.59 |
| Hex | 38 | F5 | 45 | 4D | 0 | 48 | 4 | 7C | 5A | 3B |
| Octal | 70 | 365 | 105 | 115 | 0 | 110 | 4 | 174 | 132 | 73 |
| Binary | 111000 | 11110101 | 1000101 | 1001101 | 0 | 1001000 | 100 | 1111100 | 1011010 | 111011 |
Color Harmonies of #38F545
Complementary color
Monochromatic Colors of #38F545
Black with #38F545
Text Example
Text Example
White with #38F545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F545; }
p { color: rgb(56,245,69); }
H1.HeaderClassName
{
color: #38F545;
}
.AnyTagClassName
{
color: #38F545;
}
</style>
background-color css
<style>
a { background-color: #38F545; }
a { background-color: rgb(56,245,69); }
div.DivClassName
{
background-color: #38F545;
}
.BgClassName
{
background-color: #38F545;
}
</style>
border-color css
<style>
span { border-color: #38F545; }
span { border-color: rgb(56,245,69); }
td.TdClassName
{
border-color: #38F545;
}
.TagClassName
{
border-color: #38F545;
}
</style>