#31B62D

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

Shades of Lime Green #31B62D

Tints of Lime Green #31B62D

Color information

#31B62D (or 0x31B62D) is unknown color: approx Lime Green. HEX triplet: 31, B6 and 2D. RGB value is (49,182,45). Sum of RGB (Red+Green+Blue) = 49+182+45=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 182 (71.48% from 255 or 65.94% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 182 - color contains mainly: green. Hex color #31B62D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B62D is #CE49D2. Grayscale: #7F7F7F. Windows color (decimal): -13519315 or 2995761. OLE color: 2995761.

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

Color convert

RGB4918245-
CMYK0.7300.750.29
HSL118.25º60.35%44.51%-
HSV(B)118.25º75.27%71.37%-
XYZ18.4734.38.13-
YUV126.6181.9472.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 182 (71.48% from 255) = 65.94%
BLUE value IS 45 (17.97% from 255) = 16.30%
R=17.75%
G=65.94%
B=16.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal49182450.7300.750.29118.2560.3544.51
Hex31B62D4904B1D763c2d
Octal61266551110113351667455
Binary11000110110110101101100100101001011111011110110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,182,45); }

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

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

 a { background-color: rgb(49,182,45); }

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

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

 span { border-color: rgb(49,182,45); }

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