#31B13D

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

Shades of Lime Green #31B13D

Tints of Lime Green #31B13D

Color information

#31B13D (or 0x31B13D) is unknown color: approx Lime Green. HEX triplet: 31, B1 and 3D. RGB value is (49,177,61). Sum of RGB (Red+Green+Blue) = 49+177+61=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 177 (69.53% from 255 or 61.67% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 177 - color contains mainly: green. Hex color #31B13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B13D is #CE4EC2. Grayscale: #7D7D7D. Windows color (decimal): -13520579 or 4043057. OLE color: 4043057.

HSL color Cylindrical-coordinate representation of color #31B13D: hue angle of 125.62º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B13D is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB4917761-
CMYK0.7200.660.31
HSL125.62º56.64%44.31%-
HSV(B)125.62º72.32%69.41%-
XYZ17.8332.439.74-
YUV125.591.5973.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 177 (69.53% from 255) = 61.67%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=17.07%
G=61.67%
B=21.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49177610.7200.660.31125.6256.6444.31
Hex31B13D480421F7e392c
Octal61261751100102371767154
Binary11000110110001111101100100001000010111111111110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,177,61); }

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

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

 a { background-color: rgb(49,177,61); }

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

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

 span { border-color: rgb(49,177,61); }

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