Html Css Color HEX #32B32E Lime Green

📋 copy color: '#32B32E'

red 50 ◦ green 179 ◦ blue 46

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

Shades of Lime Green #32B32E

Tints of Lime Green #32B32E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 65.09%

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

R = 18.18%
G = 65.09%
B = 16.73%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#32B32E (or 0x32B32E) is known color: Lime Green. HEX triplet: 32, B3 and 2E. RGB value is (50,179,46). Sum of RGB (Red+Green+Blue) = 50+179+46=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 179 (70.31% from 255 or 65.09% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 179 - color contains mainly: green. Hex color #32B32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B32E is #CD4CD1. Grayscale: #7D7D7D. Windows color (decimal): -13454546 or 3060530. OLE color: 3060530.

HSL color Cylindrical-coordinate representation of color #32B32E: hue angle of 118.2º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32B32E is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 179 46 -
CMYK 0.72 0 0.74 0.30
HSL 118.2º 0.59% 0.44% -
HSV(B) 118.2º 0.74% 0.7% -
XYZ 17.93 33.12 8.03 -
YUV 125.27 83.26 74.31 -
System Red Green Blue C M Y K H S L
Decimal 50 179 46 0.72 0 0.74 0.30 118.2 0.59 0.44
Hex 32 B3 2E 48 0 4A 1E 76 3B 2C
Octal 62 263 56 110 0 112 36 166 73 54
Binary 110010 10110011 101110 1001000 0 1001010 11110 1110110 111011 101100

Color Harmonies of #32B32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B32E

Black with #32B32E

Text Example


Text Example

White with #32B32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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