Html Css Color HEX #32AA2E Lime Green

📋 copy color: '#32AA2E'

red 50 ◦ green 170 ◦ blue 46

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

Shades of Lime Green #32AA2E

Tints of Lime Green #32AA2E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 63.91%

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

R = 18.8%
G = 63.91%
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

#32AA2E (or 0x32AA2E) is known color: Lime Green. HEX triplet: 32, AA and 2E. RGB value is (50,170,46). Sum of RGB (Red+Green+Blue) = 50+170+46=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 170 (66.80% from 255 or 63.91% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AA2E is #CD55D1. Grayscale: #787878. Windows color (decimal): -13456850 or 3058226. OLE color: 3058226.

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

Color convert

RGB 50 170 46 -
CMYK 0.71 0 0.73 0.33
HSL 118.06º 0.57% 0.42% -
HSV(B) 118.06º 0.73% 0.67% -
XYZ 16.18 29.62 7.45 -
YUV 119.98 86.24 78.08 -
System Red Green Blue C M Y K H S L
Decimal 50 170 46 0.71 0 0.73 0.33 118.06 0.57 0.42
Hex 32 AA 2E 47 0 49 21 76 39 2A
Octal 62 252 56 107 0 111 41 166 71 52
Binary 110010 10101010 101110 1000111 0 1001001 100001 1110110 111001 101010

Color Harmonies of #32AA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AA2E

Black with #32AA2E

Text Example


Text Example

White with #32AA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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