Shades of Lime Green #38F32F
Tints of Lime Green #38F32F
RGB
CMYK
RGB Variations
Color information
#38F32F (or 0x38F32F) is known color: Lime Green. HEX triplet: 38, F3 and 2F. RGB value is (56,243,47). Sum of RGB (Red+Green+Blue) = 56+243+47=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 243 (95.31% from 255 or 70.23% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 243 - color contains mainly: green. Hex color #38F32F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F32F is #C70CD0. Grayscale: #A5A5A5. Windows color (decimal): -13044945 or 3142456. OLE color: 3142456.
HSL color Cylindrical-coordinate representation of color #38F32F: hue angle of 117.24º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38F32F is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 243 | 47 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.05 |
| HSL | 117.24º | 0.89% | 0.57% | - |
| HSV(B) | 117.24º | 0.81% | 0.95% | - |
| XYZ | 34.19 | 65.15 | 13.46 | - |
| YUV | 164.74 | 61.55 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 243 | 47 | 0.77 | 0 | 0.81 | 0.05 | 117.24 | 0.89 | 0.57 |
| Hex | 38 | F3 | 2F | 4D | 0 | 51 | 5 | 75 | 59 | 39 |
| Octal | 70 | 363 | 57 | 115 | 0 | 121 | 5 | 165 | 131 | 71 |
| Binary | 111000 | 11110011 | 101111 | 1001101 | 0 | 1010001 | 101 | 1110101 | 1011001 | 111001 |
Color Harmonies of #38F32F
Complementary color
Monochromatic Colors of #38F32F
Black with #38F32F
Text Example
Text Example
White with #38F32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F32F; }
p { color: rgb(56,243,47); }
H1.HeaderClassName
{
color: #38F32F;
}
.AnyTagClassName
{
color: #38F32F;
}
</style>
background-color css
<style>
a { background-color: #38F32F; }
a { background-color: rgb(56,243,47); }
div.DivClassName
{
background-color: #38F32F;
}
.BgClassName
{
background-color: #38F32F;
}
</style>
border-color css
<style>
span { border-color: #38F32F; }
span { border-color: rgb(56,243,47); }
td.TdClassName
{
border-color: #38F32F;
}
.TagClassName
{
border-color: #38F32F;
}
</style>