Shades of Lime Green #31C03B
Tints of Lime Green #31C03B
RGB
CMYK
RGB Variations
Color information
#31C03B (or 0x31C03B) is known color: Lime Green. HEX triplet: 31, C0 and 3B. RGB value is (49,192,59). Sum of RGB (Red+Green+Blue) = 49+192+59=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #31C03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C03B is #CE3FC4. Grayscale: #868686. Windows color (decimal): -13516741 or 3915825. OLE color: 3915825.
HSL color Cylindrical-coordinate representation of color #31C03B: hue angle of 124.2º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C03B is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 59 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.25 |
| HSL | 124.2º | 0.59% | 0.47% | - |
| HSV(B) | 124.2º | 0.74% | 0.75% | - |
| XYZ | 20.91 | 38.67 | 10.5 | - |
| YUV | 134.08 | 85.62 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 59 | 0.74 | 0 | 0.69 | 0.25 | 124.2 | 0.59 | 0.47 |
| Hex | 31 | C0 | 3B | 4A | 0 | 45 | 19 | 7C | 3B | 2F |
| Octal | 61 | 300 | 73 | 112 | 0 | 105 | 31 | 174 | 73 | 57 |
| Binary | 110001 | 11000000 | 111011 | 1001010 | 0 | 1000101 | 11001 | 1111100 | 111011 | 101111 |
Color Harmonies of #31C03B
Complementary color
Monochromatic Colors of #31C03B
Black with #31C03B
Text Example
Text Example
White with #31C03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C03B; }
p { color: rgb(49,192,59); }
H1.HeaderClassName
{
color: #31C03B;
}
.AnyTagClassName
{
color: #31C03B;
}
</style>
background-color css
<style>
a { background-color: #31C03B; }
a { background-color: rgb(49,192,59); }
div.DivClassName
{
background-color: #31C03B;
}
.BgClassName
{
background-color: #31C03B;
}
</style>
border-color css
<style>
span { border-color: #31C03B; }
span { border-color: rgb(49,192,59); }
td.TdClassName
{
border-color: #31C03B;
}
.TagClassName
{
border-color: #31C03B;
}
</style>