Shades of Lime Green #38F538
Tints of Lime Green #38F538
RGB
CMYK
RGB Variations
Color information
#38F538 (or 0x38F538) is known color: Lime Green. HEX triplet: 38, F5 and 38. RGB value is (56,245,56). Sum of RGB (Red+Green+Blue) = 56+245+56=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 245 (96.09% from 255 or 68.63% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 245 - color contains mainly: green. Hex color #38F538 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F538 is #C70AC7. Grayscale: #A7A7A7. Windows color (decimal): -13044424 or 3732792. OLE color: 3732792.
HSL color Cylindrical-coordinate representation of color #38F538: hue angle of 120º 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 #38F538 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 245 | 56 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.04 |
| HSL | 120º | 0.9% | 0.59% | - |
| HSV(B) | 120º | 0.77% | 0.96% | - |
| XYZ | 35 | 66.43 | 14.72 | - |
| YUV | 166.94 | 65.38 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 245 | 56 | 0.77 | 0 | 0.77 | 0.04 | 120 | 0.9 | 0.59 |
| Hex | 38 | F5 | 38 | 4D | 0 | 4D | 4 | 78 | 5A | 3B |
| Octal | 70 | 365 | 70 | 115 | 0 | 115 | 4 | 170 | 132 | 73 |
| Binary | 111000 | 11110101 | 111000 | 1001101 | 0 | 1001101 | 100 | 1111000 | 1011010 | 111011 |
Color Harmonies of #38F538
Complementary color
Monochromatic Colors of #38F538
Black with #38F538
Text Example
Text Example
White with #38F538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F538; }
p { color: rgb(56,245,56); }
H1.HeaderClassName
{
color: #38F538;
}
.AnyTagClassName
{
color: #38F538;
}
</style>
background-color css
<style>
a { background-color: #38F538; }
a { background-color: rgb(56,245,56); }
div.DivClassName
{
background-color: #38F538;
}
.BgClassName
{
background-color: #38F538;
}
</style>
border-color css
<style>
span { border-color: #38F538; }
span { border-color: rgb(56,245,56); }
td.TdClassName
{
border-color: #38F538;
}
.TagClassName
{
border-color: #38F538;
}
</style>