#31B643

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

Shades of Lime Green #31B643

Tints of Lime Green #31B643

Color information

#31B643 (or 0x31B643) is unknown color: approx Lime Green. HEX triplet: 31, B6 and 43. RGB value is (49,182,67). Sum of RGB (Red+Green+Blue) = 49+182+67=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 182 (71.48% from 255 or 61.07% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 182 - color contains mainly: green. Hex color #31B643 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B643 is #CE49BC. Grayscale: #818181. Windows color (decimal): -13519293 or 4437553. OLE color: 4437553.

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

Color convert

RGB4918267-
CMYK0.7300.630.29
HSL128.12º57.58%45.29%-
HSV(B)128.12º73.08%71.37%-
XYZ19.0134.5110.97-
YUV129.1292.9470.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.44%
GREEN value IS 182 (71.48% from 255) = 61.07%
BLUE value IS 67 (26.56% from 255) = 22.48%
R=16.44%
G=61.07%
B=22.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal49182670.7300.630.29128.1257.5845.29
Hex31B6434903F1D803a2d
Octal61266103111077352007255
Binary110001101101101000011100100101111111110110000000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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