#31B42C

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

Shades of Lime Green #31B42C

Tints of Lime Green #31B42C

Color information

#31B42C (or 0x31B42C) is unknown color: approx Lime Green. HEX triplet: 31, B4 and 2C. RGB value is (49,180,44). Sum of RGB (Red+Green+Blue) = 49+180+44=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 180 (70.70% from 255 or 65.93% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 180 - color contains mainly: green. Hex color #31B42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B42C is #CE4BD3. Grayscale: #7D7D7D. Windows color (decimal): -13519828 or 2929713. OLE color: 2929713.

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

Color convert

RGB4918044-
CMYK0.7300.760.29
HSL117.79º60.71%43.92%-
HSV(B)117.79º75.56%70.59%-
XYZ18.0433.487.89-
YUV125.3382.173.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 180 (70.70% from 255) = 65.93%
BLUE value IS 44 (17.58% from 255) = 16.12%
R=17.95%
G=65.93%
B=16.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal49180440.7300.760.29117.7960.7143.92
Hex31B42C4904C1D763d2c
Octal61264541110114351667554
Binary11000110110100101100100100101001100111011110110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,180,44); }

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

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

 a { background-color: rgb(49,180,44); }

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

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

 span { border-color: rgb(49,180,44); }

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