Html Css Color HEX #32B32F Lime Green

📋 copy color: '#32B32F'

red 50 ◦ green 179 ◦ blue 47

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

Shades of Lime Green #32B32F

Tints of Lime Green #32B32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 18.12%
G = 64.86%
B = 17.03%

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

#32B32F (or 0x32B32F) is known color: Lime Green. HEX triplet: 32, B3 and 2F. RGB value is (50,179,47). Sum of RGB (Red+Green+Blue) = 50+179+47=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 179 (70.31% from 255 or 64.86% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 179 - color contains mainly: green. Hex color #32B32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B32F is #CD4CD0. Grayscale: #7D7D7D. Windows color (decimal): -13454545 or 3126066. OLE color: 3126066.

HSL color Cylindrical-coordinate representation of color #32B32F: hue angle of 118.64º degrees, saturation: 0.58, 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 #32B32F is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 179 47 -
CMYK 0.72 0 0.74 0.30
HSL 118.64º 0.58% 0.44% -
HSV(B) 118.64º 0.74% 0.7% -
XYZ 17.95 33.12 8.14 -
YUV 125.38 83.76 74.23 -
System Red Green Blue C M Y K H S L
Decimal 50 179 47 0.72 0 0.74 0.30 118.64 0.58 0.44
Hex 32 B3 2F 48 0 4A 1E 77 3A 2C
Octal 62 263 57 110 0 112 36 167 72 54
Binary 110010 10110011 101111 1001000 0 1001010 11110 1110111 111010 101100

Color Harmonies of #32B32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B32F

Black with #32B32F

Text Example


Text Example

White with #32B32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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