Html Css Color HEX #32B943 Lime Green

📋 copy color: '#32B943'

red 50 ◦ green 185 ◦ blue 67

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

Shades of Lime Green #32B943

Tints of Lime Green #32B943

RGB

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

 GREEN value IS 185 (72.66% from 255) = 61.26%

 BLUE value IS 67 (26.56% from 255) = 22.19%

R = 16.56%
G = 61.26%
B = 22.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#32B943 (or 0x32B943) is known color: Lime Green. HEX triplet: 32, B9 and 43. RGB value is (50,185,67). Sum of RGB (Red+Green+Blue) = 50+185+67=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 185 (72.66% from 255 or 61.26% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 185 - color contains mainly: green. Hex color #32B943 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B943 is #CD46BC. Grayscale: #838383. Windows color (decimal): -13452989 or 4438322. OLE color: 4438322.

HSL color Cylindrical-coordinate representation of color #32B943: hue angle of 127.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B943 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 185 67 -
CMYK 0.73 0 0.64 0.27
HSL 127.56º 0.57% 0.46% -
HSV(B) 127.56º 0.73% 0.73% -
XYZ 19.68 35.78 11.18 -
YUV 131.18 91.77 70.09 -
System Red Green Blue C M Y K H S L
Decimal 50 185 67 0.73 0 0.64 0.27 127.56 0.57 0.46
Hex 32 B9 43 49 0 40 1B 80 39 2E
Octal 62 271 103 111 0 100 33 200 71 56
Binary 110010 10111001 1000011 1001001 0 1000000 11011 10000000 111001 101110

Color Harmonies of #32B943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B943

Black with #32B943

Text Example


Text Example

White with #32B943

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,185,67); }

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

background-color css

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

 a { background-color: rgb(50,185,67); }

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

border-color css

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

 span { border-color: rgb(50,185,67); }

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