Html Css Color HEX #32B42A Lime Green

📋 copy color: '#32B42A'

red 50 ◦ green 180 ◦ blue 42

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

Shades of Lime Green #32B42A

Tints of Lime Green #32B42A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 66.18%

 BLUE value IS 42 (16.8% from 255) = 15.44%

R = 18.38%
G = 66.18%
B = 15.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#32B42A (or 0x32B42A) is known color: Lime Green. HEX triplet: 32, B4 and 2A. RGB value is (50,180,42). Sum of RGB (Red+Green+Blue) = 50+180+42=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 180 (70.70% from 255 or 66.18% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 180 - color contains mainly: green. Hex color #32B42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B42A is #CD4BD5. Grayscale: #7D7D7D. Windows color (decimal): -13454294 or 2798642. OLE color: 2798642.

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

Color convert

RGB 50 180 42 -
CMYK 0.72 0 0.77 0.29
HSL 116.52º 0.62% 0.44% -
HSV(B) 116.52º 0.77% 0.71% -
XYZ 18.05 33.49 7.7 -
YUV 125.4 80.93 74.22 -
System Red Green Blue C M Y K H S L
Decimal 50 180 42 0.72 0 0.77 0.29 116.52 0.62 0.44
Hex 32 B4 2A 48 0 4D 1D 75 3E 2C
Octal 62 264 52 110 0 115 35 165 76 54
Binary 110010 10110100 101010 1001000 0 1001101 11101 1110101 111110 101100

Color Harmonies of #32B42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B42A

Black with #32B42A

Text Example


Text Example

White with #32B42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,180,42); }

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

background-color css

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

 a { background-color: rgb(50,180,42); }

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

border-color css

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

 span { border-color: rgb(50,180,42); }

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