Html Css Color HEX #32B33F Lime Green

📋 copy color: '#32B33F'

red 50 ◦ green 179 ◦ blue 63

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

Shades of Lime Green #32B33F

Tints of Lime Green #32B33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.58%

R = 17.12%
G = 61.3%
B = 21.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#32B33F (or 0x32B33F) is known color: Lime Green. HEX triplet: 32, B3 and 3F. RGB value is (50,179,63). Sum of RGB (Red+Green+Blue) = 50+179+63=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 179 (70.31% from 255 or 61.30% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 179 - color contains mainly: green. Hex color #32B33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B33F is #CD4CC0. Grayscale: #7F7F7F. Windows color (decimal): -13454529 or 4174642. OLE color: 4174642.

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

Color convert

RGB 50 179 63 -
CMYK 0.72 0 0.65 0.30
HSL 126.05º 0.56% 0.45% -
HSV(B) 126.05º 0.72% 0.7% -
XYZ 18.33 33.28 10.16 -
YUV 127.21 91.76 72.93 -
System Red Green Blue C M Y K H S L
Decimal 50 179 63 0.72 0 0.65 0.30 126.05 0.56 0.45
Hex 32 B3 3F 48 0 41 1E 7E 38 2D
Octal 62 263 77 110 0 101 36 176 70 55
Binary 110010 10110011 111111 1001000 0 1000001 11110 1111110 111000 101101

Color Harmonies of #32B33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B33F

Black with #32B33F

Text Example


Text Example

White with #32B33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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