Html Css Color HEX #31AF32 Lime Green

📋 copy color: '#31AF32'

red 49 ◦ green 175 ◦ blue 50

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

Shades of Lime Green #31AF32

Tints of Lime Green #31AF32

RGB

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

 GREEN value IS 175 (68.75% from 255) = 63.87%

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

R = 17.88%
G = 63.87%
B = 18.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#31AF32 (or 0x31AF32) is known color: Lime Green. HEX triplet: 31, AF and 32. RGB value is (49,175,50). Sum of RGB (Red+Green+Blue) = 49+175+50=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 175 (68.75% from 255 or 63.87% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AF32 is #CE50CD. Grayscale: #7B7B7B. Windows color (decimal): -13521102 or 3321649. OLE color: 3321649.

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

Color convert

RGB 49 175 50 -
CMYK 0.72 0 0.71 0.31
HSL 120.48º 0.56% 0.44% -
HSV(B) 120.48º 0.72% 0.69% -
XYZ 17.17 31.54 8.2 -
YUV 123.08 86.76 75.16 -
System Red Green Blue C M Y K H S L
Decimal 49 175 50 0.72 0 0.71 0.31 120.48 0.56 0.44
Hex 31 AF 32 48 0 47 1F 78 38 2C
Octal 61 257 62 110 0 107 37 170 70 54
Binary 110001 10101111 110010 1001000 0 1000111 11111 1111000 111000 101100

Color Harmonies of #31AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF32

Black with #31AF32

Text Example


Text Example

White with #31AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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