Shades of Lime Green #31BD4B
Tints of Lime Green #31BD4B
RGB
CMYK
RGB Variations
Color information
#31BD4B (or 0x31BD4B) is known color: Lime Green. HEX triplet: 31, BD and 4B. RGB value is (49,189,75). Sum of RGB (Red+Green+Blue) = 49+189+75=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 189 (74.22% from 255 or 60.38% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BD4B is #CE42B4. Grayscale: #868686. Windows color (decimal): -13517493 or 4963633. OLE color: 4963633.
HSL color Cylindrical-coordinate representation of color #31BD4B: hue angle of 131.14º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BD4B is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 189 | 75 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.26 |
| HSL | 131.14º | 0.59% | 0.47% | - |
| HSV(B) | 131.14º | 0.74% | 0.74% | - |
| XYZ | 20.73 | 37.56 | 12.81 | - |
| YUV | 134.14 | 94.62 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 75 | 0.74 | 0 | 0.60 | 0.26 | 131.14 | 0.59 | 0.47 |
| Hex | 31 | BD | 4B | 4A | 0 | 3C | 1A | 83 | 3B | 2F |
| Octal | 61 | 275 | 113 | 112 | 0 | 74 | 32 | 203 | 73 | 57 |
| Binary | 110001 | 10111101 | 1001011 | 1001010 | 0 | 111100 | 11010 | 10000011 | 111011 | 101111 |
Color Harmonies of #31BD4B
Complementary color
Monochromatic Colors of #31BD4B
Black with #31BD4B
Text Example
Text Example
White with #31BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BD4B; }
p { color: rgb(49,189,75); }
H1.HeaderClassName
{
color: #31BD4B;
}
.AnyTagClassName
{
color: #31BD4B;
}
</style>
background-color css
<style>
a { background-color: #31BD4B; }
a { background-color: rgb(49,189,75); }
div.DivClassName
{
background-color: #31BD4B;
}
.BgClassName
{
background-color: #31BD4B;
}
</style>
border-color css
<style>
span { border-color: #31BD4B; }
span { border-color: rgb(49,189,75); }
td.TdClassName
{
border-color: #31BD4B;
}
.TagClassName
{
border-color: #31BD4B;
}
</style>