Shades of Lime Green #31AF33
Tints of Lime Green #31AF33
RGB
CMYK
RGB Variations
Color information
#31AF33 (or 0x31AF33) is known color: Lime Green. HEX triplet: 31, AF and 33. RGB value is (49,175,51). Sum of RGB (Red+Green+Blue) = 49+175+51=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 175 (68.75% from 255 or 63.64% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AF33 is #CE50CC. Grayscale: #7B7B7B. Windows color (decimal): -13521101 or 3387185. OLE color: 3387185.
HSL color Cylindrical-coordinate representation of color #31AF33: hue angle of 120.95º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AF33 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 51 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.31 |
| HSL | 120.95º | 0.56% | 0.44% | - |
| HSV(B) | 120.95º | 0.72% | 0.69% | - |
| XYZ | 17.19 | 31.55 | 8.32 | - |
| YUV | 123.19 | 87.26 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 51 | 0.72 | 0 | 0.71 | 0.31 | 120.95 | 0.56 | 0.44 |
| Hex | 31 | AF | 33 | 48 | 0 | 47 | 1F | 79 | 38 | 2C |
| Octal | 61 | 257 | 63 | 110 | 0 | 107 | 37 | 171 | 70 | 54 |
| Binary | 110001 | 10101111 | 110011 | 1001000 | 0 | 1000111 | 11111 | 1111001 | 111000 | 101100 |
Color Harmonies of #31AF33
Complementary color
Monochromatic Colors of #31AF33
Black with #31AF33
Text Example
Text Example
White with #31AF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF33; }
p { color: rgb(49,175,51); }
H1.HeaderClassName
{
color: #31AF33;
}
.AnyTagClassName
{
color: #31AF33;
}
</style>
background-color css
<style>
a { background-color: #31AF33; }
a { background-color: rgb(49,175,51); }
div.DivClassName
{
background-color: #31AF33;
}
.BgClassName
{
background-color: #31AF33;
}
</style>
border-color css
<style>
span { border-color: #31AF33; }
span { border-color: rgb(49,175,51); }
td.TdClassName
{
border-color: #31AF33;
}
.TagClassName
{
border-color: #31AF33;
}
</style>