Shades of Lime Green #31CF3B
Tints of Lime Green #31CF3B
RGB
CMYK
RGB Variations
Color information
#31CF3B (or 0x31CF3B) is known color: Lime Green. HEX triplet: 31, CF and 3B. RGB value is (49,207,59). Sum of RGB (Red+Green+Blue) = 49+207+59=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 207 (81.25% from 255 or 65.71% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CF3B is #CE30C4. Grayscale: #8F8F8F. Windows color (decimal): -13512901 or 3919665. OLE color: 3919665.
HSL color Cylindrical-coordinate representation of color #31CF3B: hue angle of 123.8º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CF3B is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 59 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.19 |
| HSL | 123.8º | 0.62% | 0.5% | - |
| HSV(B) | 123.8º | 0.76% | 0.81% | - |
| XYZ | 24.37 | 45.59 | 11.65 | - |
| YUV | 142.89 | 80.65 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 59 | 0.76 | 0 | 0.71 | 0.19 | 123.8 | 0.62 | 0.5 |
| Hex | 31 | CF | 3B | 4C | 0 | 47 | 13 | 7C | 3E | 32 |
| Octal | 61 | 317 | 73 | 114 | 0 | 107 | 23 | 174 | 76 | 62 |
| Binary | 110001 | 11001111 | 111011 | 1001100 | 0 | 1000111 | 10011 | 1111100 | 111110 | 110010 |
Color Harmonies of #31CF3B
Complementary color
Monochromatic Colors of #31CF3B
Black with #31CF3B
Text Example
Text Example
White with #31CF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CF3B; }
p { color: rgb(49,207,59); }
H1.HeaderClassName
{
color: #31CF3B;
}
.AnyTagClassName
{
color: #31CF3B;
}
</style>
background-color css
<style>
a { background-color: #31CF3B; }
a { background-color: rgb(49,207,59); }
div.DivClassName
{
background-color: #31CF3B;
}
.BgClassName
{
background-color: #31CF3B;
}
</style>
border-color css
<style>
span { border-color: #31CF3B; }
span { border-color: rgb(49,207,59); }
td.TdClassName
{
border-color: #31CF3B;
}
.TagClassName
{
border-color: #31CF3B;
}
</style>