Html Css Color HEX #32B441 Lime Green

📋 copy color: '#32B441'

red 50 ◦ green 180 ◦ blue 65

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

Shades of Lime Green #32B441

Tints of Lime Green #32B441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 16.95%
G = 61.02%
B = 22.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#32B441 (or 0x32B441) is known color: Lime Green. HEX triplet: 32, B4 and 41. RGB value is (50,180,65). Sum of RGB (Red+Green+Blue) = 50+180+65=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #32B441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B441 is #CD4BBE. Grayscale: #808080. Windows color (decimal): -13454271 or 4305970. OLE color: 4305970.

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

Color convert

RGB 50 180 65 -
CMYK 0.72 0 0.64 0.29
HSL 126.92º 0.57% 0.45% -
HSV(B) 126.92º 0.72% 0.71% -
XYZ 18.59 33.7 10.53 -
YUV 128.02 92.43 72.35 -
System Red Green Blue C M Y K H S L
Decimal 50 180 65 0.72 0 0.64 0.29 126.92 0.57 0.45
Hex 32 B4 41 48 0 40 1D 7F 39 2D
Octal 62 264 101 110 0 100 35 177 71 55
Binary 110010 10110100 1000001 1001000 0 1000000 11101 1111111 111001 101101

Color Harmonies of #32B441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B441

Black with #32B441

Text Example


Text Example

White with #32B441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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