Html Css Color HEX #31AD32 Lime Green

📋 copy color: '#31AD32'

red 49 ◦ green 173 ◦ blue 50

#31AD32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #31AD32

Tints of Lime Green #31AD32

RGB

 RED value IS 49 (19.53% from 255) = 18.01%

 GREEN value IS 173 (67.97% from 255) = 63.6%

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 18.01%
G = 63.6%
B = 18.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#31AD32 (or 0x31AD32) is known color: Lime Green. HEX triplet: 31, AD and 32. RGB value is (49,173,50). Sum of RGB (Red+Green+Blue) = 49+173+50=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 173 (67.97% from 255 or 63.60% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AD32 is #CE52CD. Grayscale: #7A7A7A. Windows color (decimal): -13521614 or 3321137. OLE color: 3321137.

HSL color Cylindrical-coordinate representation of color #31AD32: hue angle of 120.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AD32 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 173 50 -
CMYK 0.72 0 0.71 0.32
HSL 120.48º 0.56% 0.44% -
HSV(B) 120.48º 0.72% 0.68% -
XYZ 16.79 30.77 8.07 -
YUV 121.9 87.42 76 -
System Red Green Blue C M Y K H S L
Decimal 49 173 50 0.72 0 0.71 0.32 120.48 0.56 0.44
Hex 31 AD 32 48 0 47 20 78 38 2C
Octal 61 255 62 110 0 107 40 170 70 54
Binary 110001 10101101 110010 1001000 0 1000111 100000 1111000 111000 101100

Color Harmonies of #31AD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AD32

Black with #31AD32

Text Example


Text Example

White with #31AD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31AD32;
 }
 .AnyTagClassName
 {
   color: #31AD32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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