Html Css Color HEX #31AB2E Lime Green

📋 copy color: '#31AB2E'

red 49 ◦ green 171 ◦ blue 46

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

Shades of Lime Green #31AB2E

Tints of Lime Green #31AB2E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 64.29%

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

R = 18.42%
G = 64.29%
B = 17.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#31AB2E (or 0x31AB2E) is known color: Lime Green. HEX triplet: 31, AB and 2E. RGB value is (49,171,46). Sum of RGB (Red+Green+Blue) = 49+171+46=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 171 (67.19% from 255 or 64.29% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AB2E is #CE54D1. Grayscale: #787878. Windows color (decimal): -13522130 or 3058481. OLE color: 3058481.

HSL color Cylindrical-coordinate representation of color #31AB2E: hue angle of 118.56º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31AB2E is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 171 46 -
CMYK 0.71 0 0.73 0.33
HSL 118.56º 0.58% 0.43% -
HSV(B) 118.56º 0.73% 0.67% -
XYZ 16.32 29.98 7.51 -
YUV 120.27 86.08 77.16 -
System Red Green Blue C M Y K H S L
Decimal 49 171 46 0.71 0 0.73 0.33 118.56 0.58 0.43
Hex 31 AB 2E 47 0 49 21 77 3A 2B
Octal 61 253 56 107 0 111 41 167 72 53
Binary 110001 10101011 101110 1000111 0 1001001 100001 1110111 111010 101011

Color Harmonies of #31AB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AB2E

Black with #31AB2E

Text Example


Text Example

White with #31AB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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