Shades of Lime Green #31F92B
Tints of Lime Green #31F92B
RGB
CMYK
RGB Variations
Color information
#31F92B (or 0x31F92B) is known color: Lime Green. HEX triplet: 31, F9 and 2B. RGB value is (49,249,43). Sum of RGB (Red+Green+Blue) = 49+249+43=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 249 (97.66% from 255 or 73.02% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 249 - color contains mainly: green. Hex color #31F92B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F92B is #CE06D4. Grayscale: #A6A6A6. Windows color (decimal): -13502165 or 2881841. OLE color: 2881841.
HSL color Cylindrical-coordinate representation of color #31F92B: hue angle of 118.25º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31F92B is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 43 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.02 |
| HSL | 118.25º | 0.94% | 0.57% | - |
| HSV(B) | 118.25º | 0.83% | 0.98% | - |
| XYZ | 35.58 | 68.58 | 13.65 | - |
| YUV | 165.72 | 58.74 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 43 | 0.80 | 0 | 0.83 | 0.02 | 118.25 | 0.94 | 0.57 |
| Hex | 31 | F9 | 2B | 50 | 0 | 53 | 2 | 76 | 5E | 39 |
| Octal | 61 | 371 | 53 | 120 | 0 | 123 | 2 | 166 | 136 | 71 |
| Binary | 110001 | 11111001 | 101011 | 1010000 | 0 | 1010011 | 10 | 1110110 | 1011110 | 111001 |
Color Harmonies of #31F92B
Complementary color
Monochromatic Colors of #31F92B
Black with #31F92B
Text Example
Text Example
White with #31F92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F92B; }
p { color: rgb(49,249,43); }
H1.HeaderClassName
{
color: #31F92B;
}
.AnyTagClassName
{
color: #31F92B;
}
</style>
background-color css
<style>
a { background-color: #31F92B; }
a { background-color: rgb(49,249,43); }
div.DivClassName
{
background-color: #31F92B;
}
.BgClassName
{
background-color: #31F92B;
}
</style>
border-color css
<style>
span { border-color: #31F92B; }
span { border-color: rgb(49,249,43); }
td.TdClassName
{
border-color: #31F92B;
}
.TagClassName
{
border-color: #31F92B;
}
</style>