Shades of Lime Green #31F328
Tints of Lime Green #31F328
RGB
CMYK
RGB Variations
Color information
#31F328 (or 0x31F328) is known color: Lime Green. HEX triplet: 31, F3 and 28. RGB value is (49,243,40). Sum of RGB (Red+Green+Blue) = 49+243+40=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 243 (95.31% from 255 or 73.19% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 243 - color contains mainly: green. Hex color #31F328 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F328 is #CE0CD7. Grayscale: #A2A2A2. Windows color (decimal): -13503704 or 2683697. OLE color: 2683697.
HSL color Cylindrical-coordinate representation of color #31F328: hue angle of 117.34º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31F328 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 243 | 40 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.05 |
| HSL | 117.34º | 0.89% | 0.55% | - |
| HSV(B) | 117.34º | 0.84% | 0.95% | - |
| XYZ | 33.7 | 64.91 | 12.76 | - |
| YUV | 161.85 | 59.23 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 243 | 40 | 0.80 | 0 | 0.84 | 0.05 | 117.34 | 0.89 | 0.55 |
| Hex | 31 | F3 | 28 | 50 | 0 | 54 | 5 | 75 | 59 | 37 |
| Octal | 61 | 363 | 50 | 120 | 0 | 124 | 5 | 165 | 131 | 67 |
| Binary | 110001 | 11110011 | 101000 | 1010000 | 0 | 1010100 | 101 | 1110101 | 1011001 | 110111 |
Color Harmonies of #31F328
Complementary color
Monochromatic Colors of #31F328
Black with #31F328
Text Example
Text Example
White with #31F328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F328; }
p { color: rgb(49,243,40); }
H1.HeaderClassName
{
color: #31F328;
}
.AnyTagClassName
{
color: #31F328;
}
</style>
background-color css
<style>
a { background-color: #31F328; }
a { background-color: rgb(49,243,40); }
div.DivClassName
{
background-color: #31F328;
}
.BgClassName
{
background-color: #31F328;
}
</style>
border-color css
<style>
span { border-color: #31F328; }
span { border-color: rgb(49,243,40); }
td.TdClassName
{
border-color: #31F328;
}
.TagClassName
{
border-color: #31F328;
}
</style>