Html Css Color HEX #32D71A Lime Green

📋 copy color: '#32D71A'

red 50 ◦ green 215 ◦ blue 26

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

Shades of Lime Green #32D71A

Tints of Lime Green #32D71A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 73.88%

 BLUE value IS 26 (10.55% from 255) = 8.93%

R = 17.18%
G = 73.88%
B = 8.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#32D71A (or 0x32D71A) is known color: Lime Green. HEX triplet: 32, D7 and 1A. RGB value is (50,215,26). Sum of RGB (Red+Green+Blue) = 50+215+26=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 215 (84.38% from 255 or 73.88% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 215 - color contains mainly: green. Hex color #32D71A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D71A is #CD28E5. Grayscale: #909090. Windows color (decimal): -13445350 or 1759026. OLE color: 1759026.

HSL color Cylindrical-coordinate representation of color #32D71A: hue angle of 112.38º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32D71A is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 215 26 -
CMYK 0.77 0 0.88 0.16
HSL 112.38º 0.78% 0.47% -
HSV(B) 112.38º 0.88% 0.84% -
XYZ 25.8 49.35 9.14 -
YUV 144.12 61.34 60.87 -
System Red Green Blue C M Y K H S L
Decimal 50 215 26 0.77 0 0.88 0.16 112.38 0.78 0.47
Hex 32 D7 1A 4D 0 58 10 70 4E 2F
Octal 62 327 32 115 0 130 20 160 116 57
Binary 110010 11010111 11010 1001101 0 1011000 10000 1110000 1001110 101111

Color Harmonies of #32D71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D71A

Black with #32D71A

Text Example


Text Example

White with #32D71A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,215,26); }

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

background-color css

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

 a { background-color: rgb(50,215,26); }

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

border-color css

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

 span { border-color: rgb(50,215,26); }

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