Html Css Color HEX #32AC2B Lime Green

📋 copy color: '#32AC2B'

red 50 ◦ green 172 ◦ blue 43

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

Shades of Lime Green #32AC2B

Tints of Lime Green #32AC2B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 64.91%

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 18.87%
G = 64.91%
B = 16.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#32AC2B (or 0x32AC2B) is known color: Lime Green. HEX triplet: 32, AC and 2B. RGB value is (50,172,43). Sum of RGB (Red+Green+Blue) = 50+172+43=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 172 (67.58% from 255 or 64.91% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AC2B is #CD53D4. Grayscale: #797979. Windows color (decimal): -13456341 or 2862130. OLE color: 2862130.

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

Color convert

RGB 50 172 43 -
CMYK 0.71 0 0.75 0.33
HSL 116.74º 0.6% 0.42% -
HSV(B) 116.74º 0.75% 0.67% -
XYZ 16.5 30.36 7.28 -
YUV 120.82 84.08 77.49 -
System Red Green Blue C M Y K H S L
Decimal 50 172 43 0.71 0 0.75 0.33 116.74 0.6 0.42
Hex 32 AC 2B 47 0 4B 21 75 3C 2A
Octal 62 254 53 107 0 113 41 165 74 52
Binary 110010 10101100 101011 1000111 0 1001011 100001 1110101 111100 101010

Color Harmonies of #32AC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AC2B

Black with #32AC2B

Text Example


Text Example

White with #32AC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,172,43); }

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

background-color css

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

 a { background-color: rgb(50,172,43); }

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

border-color css

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

 span { border-color: rgb(50,172,43); }

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