Html Css Color HEX #32AB2E Lime Green

📋 copy color: '#32AB2E'

red 50 ◦ green 171 ◦ blue 46

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

Shades of Lime Green #32AB2E

Tints of Lime Green #32AB2E

RGB

 RED value IS 50 (19.92% from 255) = 18.73%

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

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

R = 18.73%
G = 64.04%
B = 17.23%

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

#32AB2E (or 0x32AB2E) is known color: Lime Green. HEX triplet: 32, AB and 2E. RGB value is (50,171,46). Sum of RGB (Red+Green+Blue) = 50+171+46=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 171 (67.19% from 255 or 64.04% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AB2E is #CD54D1. Grayscale: #787878. Windows color (decimal): -13456594 or 3058482. OLE color: 3058482.

HSL color Cylindrical-coordinate representation of color #32AB2E: hue angle of 118.08º 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 #32AB2E is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 171 46 -
CMYK 0.71 0 0.73 0.33
HSL 118.08º 0.58% 0.43% -
HSV(B) 118.08º 0.73% 0.67% -
XYZ 16.37 30 7.51 -
YUV 120.57 85.91 77.66 -
System Red Green Blue C M Y K H S L
Decimal 50 171 46 0.71 0 0.73 0.33 118.08 0.58 0.43
Hex 32 AB 2E 47 0 49 21 76 3A 2B
Octal 62 253 56 107 0 111 41 166 72 53
Binary 110010 10101011 101110 1000111 0 1001001 100001 1110110 111010 101011

Color Harmonies of #32AB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AB2E

Black with #32AB2E

Text Example


Text Example

White with #32AB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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