Shades of Lime Green #31CE1A
Tints of Lime Green #31CE1A
RGB
CMYK
RGB Variations
Color information
#31CE1A (or 0x31CE1A) is known color: Lime Green. HEX triplet: 31, CE and 1A. RGB value is (49,206,26). Sum of RGB (Red+Green+Blue) = 49+206+26=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 206 (80.86% from 255 or 73.31% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CE1A is #CE31E5. Grayscale: #8B8B8B. Windows color (decimal): -13513190 or 1756721. OLE color: 1756721.
HSL color Cylindrical-coordinate representation of color #31CE1A: hue angle of 112.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31CE1A is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 26 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.19 |
| HSL | 112.33º | 0.78% | 0.45% | - |
| HSV(B) | 112.33º | 0.87% | 0.81% | - |
| XYZ | 23.52 | 44.87 | 8.4 | - |
| YUV | 138.54 | 64.49 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 26 | 0.76 | 0 | 0.87 | 0.19 | 112.33 | 0.78 | 0.45 |
| Hex | 31 | CE | 1A | 4C | 0 | 57 | 13 | 70 | 4E | 2D |
| Octal | 61 | 316 | 32 | 114 | 0 | 127 | 23 | 160 | 116 | 55 |
| Binary | 110001 | 11001110 | 11010 | 1001100 | 0 | 1010111 | 10011 | 1110000 | 1001110 | 101101 |
Color Harmonies of #31CE1A
Complementary color
Monochromatic Colors of #31CE1A
Black with #31CE1A
Text Example
Text Example
White with #31CE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CE1A; }
p { color: rgb(49,206,26); }
H1.HeaderClassName
{
color: #31CE1A;
}
.AnyTagClassName
{
color: #31CE1A;
}
</style>
background-color css
<style>
a { background-color: #31CE1A; }
a { background-color: rgb(49,206,26); }
div.DivClassName
{
background-color: #31CE1A;
}
.BgClassName
{
background-color: #31CE1A;
}
</style>
border-color css
<style>
span { border-color: #31CE1A; }
span { border-color: rgb(49,206,26); }
td.TdClassName
{
border-color: #31CE1A;
}
.TagClassName
{
border-color: #31CE1A;
}
</style>