Html Css Color HEX #31AE31 Lime Green

📋 copy color: '#31AE31'

red 49 ◦ green 174 ◦ blue 49

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

Shades of Lime Green #31AE31

Tints of Lime Green #31AE31

RGB

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

 GREEN value IS 174 (68.36% from 255) = 63.97%

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

R = 18.01%
G = 63.97%
B = 18.01%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#31AE31 (or 0x31AE31) is known color: Lime Green. HEX triplet: 31, AE and 31. RGB value is (49,174,49). Sum of RGB (Red+Green+Blue) = 49+174+49=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 174 (68.36% from 255 or 63.97% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AE31 is #CE51CE. Grayscale: #7A7A7A. Windows color (decimal): -13521359 or 3255857. OLE color: 3255857.

HSL color Cylindrical-coordinate representation of color #31AE31: hue angle of 120º 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 #31AE31 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 174 49 -
CMYK 0.72 0 0.72 0.32
HSL 120º 0.56% 0.44% -
HSV(B) 120º 0.72% 0.68% -
XYZ 16.96 31.15 8.02 -
YUV 122.38 86.59 75.66 -
System Red Green Blue C M Y K H S L
Decimal 49 174 49 0.72 0 0.72 0.32 120 0.56 0.44
Hex 31 AE 31 48 0 48 20 78 38 2C
Octal 61 256 61 110 0 110 40 170 70 54
Binary 110001 10101110 110001 1001000 0 1001000 100000 1111000 111000 101100

Color Harmonies of #31AE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AE31

Black with #31AE31

Text Example


Text Example

White with #31AE31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,174,49); }

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

background-color css

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

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

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

border-color css

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

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

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