Shades of Lime Green #31CE25
Tints of Lime Green #31CE25
RGB
CMYK
RGB Variations
Color information
#31CE25 (or 0x31CE25) is known color: Lime Green. HEX triplet: 31, CE and 25. RGB value is (49,206,37). Sum of RGB (Red+Green+Blue) = 49+206+37=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 206 (80.86% from 255 or 70.55% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CE25 is #CE31DA. Grayscale: #8C8C8C. Windows color (decimal): -13513179 or 2477617. OLE color: 2477617.
HSL color Cylindrical-coordinate representation of color #31CE25: hue angle of 115.74º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31CE25 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 37 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.19 |
| HSL | 115.74º | 0.7% | 0.48% | - |
| HSV(B) | 115.74º | 0.82% | 0.81% | - |
| XYZ | 23.67 | 44.93 | 9.17 | - |
| YUV | 139.79 | 69.99 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 37 | 0.76 | 0 | 0.82 | 0.19 | 115.74 | 0.7 | 0.48 |
| Hex | 31 | CE | 25 | 4C | 0 | 52 | 13 | 74 | 46 | 30 |
| Octal | 61 | 316 | 45 | 114 | 0 | 122 | 23 | 164 | 106 | 60 |
| Binary | 110001 | 11001110 | 100101 | 1001100 | 0 | 1010010 | 10011 | 1110100 | 1000110 | 110000 |
Color Harmonies of #31CE25
Complementary color
Monochromatic Colors of #31CE25
Black with #31CE25
Text Example
Text Example
White with #31CE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CE25; }
p { color: rgb(49,206,37); }
H1.HeaderClassName
{
color: #31CE25;
}
.AnyTagClassName
{
color: #31CE25;
}
</style>
background-color css
<style>
a { background-color: #31CE25; }
a { background-color: rgb(49,206,37); }
div.DivClassName
{
background-color: #31CE25;
}
.BgClassName
{
background-color: #31CE25;
}
</style>
border-color css
<style>
span { border-color: #31CE25; }
span { border-color: rgb(49,206,37); }
td.TdClassName
{
border-color: #31CE25;
}
.TagClassName
{
border-color: #31CE25;
}
</style>