Html Css Color HEX #32D841 Lime Green

📋 copy color: '#32D841'

red 50 ◦ green 216 ◦ blue 65

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

Shades of Lime Green #32D841

Tints of Lime Green #32D841

RGB

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

 GREEN value IS 216 (84.77% from 255) = 65.26%

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

R = 15.11%
G = 65.26%
B = 19.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#32D841 (or 0x32D841) is known color: Lime Green. HEX triplet: 32, D8 and 41. RGB value is (50,216,65). Sum of RGB (Red+Green+Blue) = 50+216+65=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 216 (84.77% from 255 or 65.26% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 216 - color contains mainly: green. Hex color #32D841 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D841 is #CD27BE. Grayscale: #959595. Windows color (decimal): -13445055 or 4315186. OLE color: 4315186.

HSL color Cylindrical-coordinate representation of color #32D841: hue angle of 125.42º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D841 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 216 65 -
CMYK 0.77 0 0.70 0.15
HSL 125.42º 0.68% 0.52% -
HSV(B) 125.42º 0.77% 0.85% -
XYZ 26.83 50.17 13.27 -
YUV 149.15 80.5 57.28 -
System Red Green Blue C M Y K H S L
Decimal 50 216 65 0.77 0 0.70 0.15 125.42 0.68 0.52
Hex 32 D8 41 4D 0 46 F 7D 44 34
Octal 62 330 101 115 0 106 17 175 104 64
Binary 110010 11011000 1000001 1001101 0 1000110 1111 1111101 1000100 110100

Color Harmonies of #32D841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D841

Black with #32D841

Text Example


Text Example

White with #32D841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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