#31B22B

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

Shades of Lime Green #31B22B

Tints of Lime Green #31B22B

Color information

#31B22B (or 0x31B22B) is unknown color: approx Lime Green. HEX triplet: 31, B2 and 2B. RGB value is (49,178,43). Sum of RGB (Red+Green+Blue) = 49+178+43=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 178 (69.92% from 255 or 65.93% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 178 - color contains mainly: green. Hex color #31B22B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B22B is #CE4DD4. Grayscale: #7C7C7C. Windows color (decimal): -13520341 or 2863665. OLE color: 2863665.

HSL color Cylindrical-coordinate representation of color #31B22B: hue angle of 117.33º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31B22B is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB4917843-
CMYK0.7200.760.30
HSL117.33º61.09%43.33%-
HSV(B)117.33º75.84%69.8%-
XYZ17.6232.677.66-
YUV124.0482.2674.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 178 (69.92% from 255) = 65.93%
BLUE value IS 43 (17.19% from 255) = 15.93%
R=18.15%
G=65.93%
B=15.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49178430.7200.760.30117.3361.0943.33
Hex31B22B4804C1E753d2b
Octal61262531100114361657553
Binary11000110110010101011100100001001100111101110101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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