Html Css Color HEX #32B52C Lime Green

📋 copy color: '#32B52C'

red 50 ◦ green 181 ◦ blue 44

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

Shades of Lime Green #32B52C

Tints of Lime Green #32B52C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 65.82%

 BLUE value IS 44 (17.58% from 255) = 16%

R = 18.18%
G = 65.82%
B = 16%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#32B52C (or 0x32B52C) is known color: Lime Green. HEX triplet: 32, B5 and 2C. RGB value is (50,181,44). Sum of RGB (Red+Green+Blue) = 50+181+44=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 181 (71.09% from 255 or 65.82% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 181 - color contains mainly: green. Hex color #32B52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B52C is #CD4AD3. Grayscale: #7E7E7E. Windows color (decimal): -13454036 or 2929970. OLE color: 2929970.

HSL color Cylindrical-coordinate representation of color #32B52C: hue angle of 117.37º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32B52C is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 181 44 -
CMYK 0.72 0 0.76 0.29
HSL 117.37º 0.61% 0.44% -
HSV(B) 117.37º 0.76% 0.71% -
XYZ 18.29 33.91 7.96 -
YUV 126.21 81.6 73.64 -
System Red Green Blue C M Y K H S L
Decimal 50 181 44 0.72 0 0.76 0.29 117.37 0.61 0.44
Hex 32 B5 2C 48 0 4C 1D 75 3D 2C
Octal 62 265 54 110 0 114 35 165 75 54
Binary 110010 10110101 101100 1001000 0 1001100 11101 1110101 111101 101100

Color Harmonies of #32B52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B52C

Black with #32B52C

Text Example


Text Example

White with #32B52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,181,44); }

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

background-color css

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

 a { background-color: rgb(50,181,44); }

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

border-color css

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

 span { border-color: rgb(50,181,44); }

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