#31B03D

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

Shades of Lime Green #31B03D

Tints of Lime Green #31B03D

Color information

#31B03D (or 0x31B03D) is unknown color: approx Lime Green. HEX triplet: 31, B0 and 3D. RGB value is (49,176,61). Sum of RGB (Red+Green+Blue) = 49+176+61=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 176 (69.14% from 255 or 61.54% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 176 - color contains mainly: green. Hex color #31B03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B03D is #CE4FC2. Grayscale: #7D7D7D. Windows color (decimal): -13520835 or 4042801. OLE color: 4042801.

HSL color Cylindrical-coordinate representation of color #31B03D: hue angle of 125.67º degrees, saturation: 0.56, 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 #31B03D is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB4917661-
CMYK0.7200.650.31
HSL125.67º56.44%44.12%-
HSV(B)125.67º72.16%69.02%-
XYZ17.6332.049.67-
YUV124.9291.9273.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.13%
GREEN value IS 176 (69.14% from 255) = 61.54%
BLUE value IS 61 (24.22% from 255) = 21.33%
R=17.13%
G=61.54%
B=21.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49176610.7200.650.31125.6756.4444.12
Hex31B03D480411F7e382c
Octal61260751100101371767054
Binary11000110110000111101100100001000001111111111110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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