#31C52B

Color #31C52B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #31C52B

Tints of Lime Green #31C52B

Color information

#31C52B (or 0x31C52B) is unknown color: approx Lime Green. HEX triplet: 31, C5 and 2B. RGB value is (49,197,43). Sum of RGB (Red+Green+Blue) = 49+197+43=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 197 (77.34% from 255 or 68.17% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 197 - color contains mainly: green. Hex color #31C52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C52B is #CE3AD4. Grayscale: #878787. Windows color (decimal): -13515477 or 2868529. OLE color: 2868529.

HSL color Cylindrical-coordinate representation of color #31C52B: hue angle of 117.66º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31C52B is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB4919743-
CMYK0.7500.780.23
HSL117.66º64.17%47.06%-
HSV(B)117.66º78.17%77.25%-
XYZ21.6740.769.01-
YUV135.1975.9766.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 16.96%
GREEN value IS 197 (77.34% from 255) = 68.17%
BLUE value IS 43 (17.19% from 255) = 14.88%
R=16.96%
G=68.17%
B=14.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal49197430.7500.780.23117.6664.1747.06
Hex31C52B4B04E1776402f
Octal613055311301162716610057
Binary110001110001011010111001011010011101011111101101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31C52B; }

 p { color: rgb(49,197,43); }

 H1.HeaderClassName
 {
   color: #31C52B;
 }
 .AnyTagClassName
 {
   color: #31C52B;
 }
</style>
background-color css

<style>
 a { background-color: #31C52B; }

 a { background-color: rgb(49,197,43); }

 div.DivClassName
 {
   background-color: #31C52B;
 }
 .BgClassName
 {
   background-color: #31C52B;
 }
</style>
border-color css

<style>
 span { border-color: #31C52B; }

 span { border-color: rgb(49,197,43); }

 td.TdClassName
 {
   border-color: #31C52B;
 }
 .TagClassName
 {
   border-color: #31C52B;
 }
</style>