#31d132

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

Shades of Lime Green #31D132

Tints of Lime Green #31D132

Color information

#31D132 (or 0x31D132) is unknown color: approx Lime Green. HEX triplet: 31, D1 and 32. RGB value is (49,209,50). Sum of RGB (Red+Green+Blue) = 49+209+50=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 209 (82.03% from 255 or 67.86% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 209 - color contains mainly: green. Hex color #31D132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D132 is #CE2ECD. Grayscale: #8F8F8F. Windows color (decimal): -13512398 or 3330353. OLE color: 3330353.

HSL color Cylindrical-coordinate representation of color #31D132: hue angle of 120.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D132 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB4920950-
CMYK0.7700.760.18
HSL120.38º63.49%50.59%-
HSV(B)120.38º76.56%81.96%-
XYZ24.6446.4810.69-
YUV143.0375.4960.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 209 (82.03% from 255) = 67.86%
BLUE value IS 50 (19.92% from 255) = 16.23%
R=15.91%
G=67.86%
B=16.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal49209500.7700.760.18120.3863.4950.59
Hex31D1324D04C12783f33
Octal61321621150114221707763
Binary11000111010001110010100110101001100100101111000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31d132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,209,50); }

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

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

 a { background-color: rgb(49,209,50); }

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

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

 span { border-color: rgb(49,209,50); }

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