Html Css Color HEX #31AE2E Lime Green

📋 copy color: '#31AE2E'

red 49 ◦ green 174 ◦ blue 46

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

Shades of Lime Green #31AE2E

Tints of Lime Green #31AE2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.1%

R = 18.22%
G = 64.68%
B = 17.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#31AE2E (or 0x31AE2E) is known color: Lime Green. HEX triplet: 31, AE and 2E. RGB value is (49,174,46). Sum of RGB (Red+Green+Blue) = 49+174+46=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 174 (68.36% from 255 or 64.68% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AE2E is #CE51D1. Grayscale: #7A7A7A. Windows color (decimal): -13521362 or 3059249. OLE color: 3059249.

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

Color convert

RGB 49 174 46 -
CMYK 0.72 0 0.74 0.32
HSL 118.59º 0.58% 0.43% -
HSV(B) 118.59º 0.74% 0.68% -
XYZ 16.9 31.12 7.7 -
YUV 122.03 85.09 75.91 -
System Red Green Blue C M Y K H S L
Decimal 49 174 46 0.72 0 0.74 0.32 118.59 0.58 0.43
Hex 31 AE 2E 48 0 4A 20 77 3A 2B
Octal 61 256 56 110 0 112 40 167 72 53
Binary 110001 10101110 101110 1001000 0 1001010 100000 1110111 111010 101011

Color Harmonies of #31AE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AE2E

Black with #31AE2E

Text Example


Text Example

White with #31AE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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