#31BA2F

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

Shades of Lime Green #31BA2F

Tints of Lime Green #31BA2F

Color information

#31BA2F (or 0x31BA2F) is unknown color: approx Lime Green. HEX triplet: 31, BA and 2F. RGB value is (49,186,47). Sum of RGB (Red+Green+Blue) = 49+186+47=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BA2F is #CE45D0. Grayscale: #818181. Windows color (decimal): -13518289 or 3127857. OLE color: 3127857.

HSL color Cylindrical-coordinate representation of color #31BA2F: hue angle of 119.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31BA2F is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB4918647-
CMYK0.7400.750.27
HSL119.14º59.66%45.69%-
HSV(B)119.14º74.73%72.94%-
XYZ19.3435.988.61-
YUV129.1981.6170.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.38%
GREEN value IS 186 (73.05% from 255) = 65.96%
BLUE value IS 47 (18.75% from 255) = 16.67%
R=17.38%
G=65.96%
B=16.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49186470.7400.750.27119.1459.6645.69
Hex31BA2F4A04B1B773c2e
Octal61272571120113331677456
Binary11000110111010101111100101001001011110111110111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,186,47); }

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

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

 a { background-color: rgb(49,186,47); }

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

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

 span { border-color: rgb(49,186,47); }

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