Html Css Color HEX #32B340 Lime Green

📋 copy color: '#32B340'

red 50 ◦ green 179 ◦ blue 64

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

Shades of Lime Green #32B340

Tints of Lime Green #32B340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 17.06%
G = 61.09%
B = 21.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#32B340 (or 0x32B340) is known color: Lime Green. HEX triplet: 32, B3 and 40. RGB value is (50,179,64). Sum of RGB (Red+Green+Blue) = 50+179+64=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 179 (70.31% from 255 or 61.09% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 179 - color contains mainly: green. Hex color #32B340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B340 is #CD4CBF. Grayscale: #7F7F7F. Windows color (decimal): -13454528 or 4240178. OLE color: 4240178.

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

Color convert

RGB 50 179 64 -
CMYK 0.72 0 0.64 0.30
HSL 126.51º 0.56% 0.45% -
HSV(B) 126.51º 0.72% 0.7% -
XYZ 18.36 33.29 10.31 -
YUV 127.32 92.26 72.85 -
System Red Green Blue C M Y K H S L
Decimal 50 179 64 0.72 0 0.64 0.30 126.51 0.56 0.45
Hex 32 B3 40 48 0 40 1E 7F 38 2D
Octal 62 263 100 110 0 100 36 177 70 55
Binary 110010 10110011 1000000 1001000 0 1000000 11110 1111111 111000 101101

Color Harmonies of #32B340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B340

Black with #32B340

Text Example


Text Example

White with #32B340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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