Html Css Color HEX #32D71D Lime Green

📋 copy color: '#32D71D'

red 50 ◦ green 215 ◦ blue 29

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

Shades of Lime Green #32D71D

Tints of Lime Green #32D71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.86%

R = 17.01%
G = 73.13%
B = 9.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#32D71D (or 0x32D71D) is known color: Lime Green. HEX triplet: 32, D7 and 1D. RGB value is (50,215,29). Sum of RGB (Red+Green+Blue) = 50+215+29=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 215 (84.38% from 255 or 73.13% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 215 - color contains mainly: green. Hex color #32D71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D71D is #CD28E2. Grayscale: #919191. Windows color (decimal): -13445347 or 1955634. OLE color: 1955634.

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

Color convert

RGB 50 215 29 -
CMYK 0.77 0 0.87 0.16
HSL 113.23º 0.76% 0.48% -
HSV(B) 113.23º 0.87% 0.84% -
XYZ 25.84 49.37 9.33 -
YUV 144.46 62.84 60.62 -
System Red Green Blue C M Y K H S L
Decimal 50 215 29 0.77 0 0.87 0.16 113.23 0.76 0.48
Hex 32 D7 1D 4D 0 57 10 71 4C 30
Octal 62 327 35 115 0 127 20 161 114 60
Binary 110010 11010111 11101 1001101 0 1010111 10000 1110001 1001100 110000

Color Harmonies of #32D71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D71D

Black with #32D71D

Text Example


Text Example

White with #32D71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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