Shades of Lime Green #31CA34
Tints of Lime Green #31CA34
RGB
CMYK
RGB Variations
Color information
#31CA34 (or 0x31CA34) is known color: Lime Green. HEX triplet: 31, CA and 34. RGB value is (49,202,52). Sum of RGB (Red+Green+Blue) = 49+202+52=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 202 (79.30% from 255 or 66.67% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CA34 is #CE35CB. Grayscale: #8B8B8B. Windows color (decimal): -13514188 or 3459633. OLE color: 3459633.
HSL color Cylindrical-coordinate representation of color #31CA34: hue angle of 121.18º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CA34 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 52 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.21 |
| HSL | 121.18º | 0.61% | 0.49% | - |
| HSV(B) | 121.18º | 0.76% | 0.79% | - |
| XYZ | 23.01 | 43.14 | 10.36 | - |
| YUV | 139.15 | 78.81 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 52 | 0.76 | 0 | 0.74 | 0.21 | 121.18 | 0.61 | 0.49 |
| Hex | 31 | CA | 34 | 4C | 0 | 4A | 15 | 79 | 3D | 31 |
| Octal | 61 | 312 | 64 | 114 | 0 | 112 | 25 | 171 | 75 | 61 |
| Binary | 110001 | 11001010 | 110100 | 1001100 | 0 | 1001010 | 10101 | 1111001 | 111101 | 110001 |
Color Harmonies of #31CA34
Complementary color
Monochromatic Colors of #31CA34
Black with #31CA34
Text Example
Text Example
White with #31CA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CA34; }
p { color: rgb(49,202,52); }
H1.HeaderClassName
{
color: #31CA34;
}
.AnyTagClassName
{
color: #31CA34;
}
</style>
background-color css
<style>
a { background-color: #31CA34; }
a { background-color: rgb(49,202,52); }
div.DivClassName
{
background-color: #31CA34;
}
.BgClassName
{
background-color: #31CA34;
}
</style>
border-color css
<style>
span { border-color: #31CA34; }
span { border-color: rgb(49,202,52); }
td.TdClassName
{
border-color: #31CA34;
}
.TagClassName
{
border-color: #31CA34;
}
</style>