Shades of Lime Green #31E632
Tints of Lime Green #31E632
RGB
CMYK
RGB Variations
Color information
#31E632 (or 0x31E632) is known color: Lime Green. HEX triplet: 31, E6 and 32. RGB value is (49,230,50). Sum of RGB (Red+Green+Blue) = 49+230+50=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 230 (90.23% from 255 or 69.91% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 230 - color contains mainly: green. Hex color #31E632 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31E632 is #CE19CD. Grayscale: #9B9B9B. Windows color (decimal): -13507022 or 3335729. OLE color: 3335729.
HSL color Cylindrical-coordinate representation of color #31E632: hue angle of 120.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E632 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 230 | 50 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.10 |
| HSL | 120.33º | 0.78% | 0.55% | - |
| HSV(B) | 120.33º | 0.79% | 0.9% | - |
| XYZ | 30.14 | 57.48 | 12.52 | - |
| YUV | 155.36 | 68.53 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 230 | 50 | 0.79 | 0 | 0.78 | 0.10 | 120.33 | 0.78 | 0.55 |
| Hex | 31 | E6 | 32 | 4F | 0 | 4E | A | 78 | 4E | 37 |
| Octal | 61 | 346 | 62 | 117 | 0 | 116 | 12 | 170 | 116 | 67 |
| Binary | 110001 | 11100110 | 110010 | 1001111 | 0 | 1001110 | 1010 | 1111000 | 1001110 | 110111 |
Color Harmonies of #31E632
Complementary color
Monochromatic Colors of #31E632
Black with #31E632
Text Example
Text Example
White with #31E632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E632; }
p { color: rgb(49,230,50); }
H1.HeaderClassName
{
color: #31E632;
}
.AnyTagClassName
{
color: #31E632;
}
</style>
background-color css
<style>
a { background-color: #31E632; }
a { background-color: rgb(49,230,50); }
div.DivClassName
{
background-color: #31E632;
}
.BgClassName
{
background-color: #31E632;
}
</style>
border-color css
<style>
span { border-color: #31E632; }
span { border-color: rgb(49,230,50); }
td.TdClassName
{
border-color: #31E632;
}
.TagClassName
{
border-color: #31E632;
}
</style>