Shades of Lime Green #31F229
Tints of Lime Green #31F229
RGB
CMYK
RGB Variations
Color information
#31F229 (or 0x31F229) is known color: Lime Green. HEX triplet: 31, F2 and 29. RGB value is (49,242,41). Sum of RGB (Red+Green+Blue) = 49+242+41=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 242 (94.92% from 255 or 72.89% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 242 - color contains mainly: green. Hex color #31F229 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F229 is #CE0DD6. Grayscale: #A1A1A1. Windows color (decimal): -13503959 or 2748977. OLE color: 2748977.
HSL color Cylindrical-coordinate representation of color #31F229: hue angle of 117.61º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31F229 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 242 | 41 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.05 |
| HSL | 117.61º | 0.89% | 0.55% | - |
| HSV(B) | 117.61º | 0.83% | 0.95% | - |
| XYZ | 33.42 | 64.32 | 12.75 | - |
| YUV | 161.38 | 60.06 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 242 | 41 | 0.80 | 0 | 0.83 | 0.05 | 117.61 | 0.89 | 0.55 |
| Hex | 31 | F2 | 29 | 50 | 0 | 53 | 5 | 76 | 59 | 37 |
| Octal | 61 | 362 | 51 | 120 | 0 | 123 | 5 | 166 | 131 | 67 |
| Binary | 110001 | 11110010 | 101001 | 1010000 | 0 | 1010011 | 101 | 1110110 | 1011001 | 110111 |
Color Harmonies of #31F229
Complementary color
Monochromatic Colors of #31F229
Black with #31F229
Text Example
Text Example
White with #31F229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F229; }
p { color: rgb(49,242,41); }
H1.HeaderClassName
{
color: #31F229;
}
.AnyTagClassName
{
color: #31F229;
}
</style>
background-color css
<style>
a { background-color: #31F229; }
a { background-color: rgb(49,242,41); }
div.DivClassName
{
background-color: #31F229;
}
.BgClassName
{
background-color: #31F229;
}
</style>
border-color css
<style>
span { border-color: #31F229; }
span { border-color: rgb(49,242,41); }
td.TdClassName
{
border-color: #31F229;
}
.TagClassName
{
border-color: #31F229;
}
</style>