Html Css Color HEX #32C71D Lime Green

📋 copy color: '#32C71D'

red 50 ◦ green 199 ◦ blue 29

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

Shades of Lime Green #32C71D

Tints of Lime Green #32C71D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 71.58%

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

R = 17.99%
G = 71.58%
B = 10.43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#32C71D (or 0x32C71D) is known color: Lime Green. HEX triplet: 32, C7 and 1D. RGB value is (50,199,29). Sum of RGB (Red+Green+Blue) = 50+199+29=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 199 (78.12% from 255 or 71.58% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 199 - color contains mainly: green. Hex color #32C71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C71D is #CD38E2. Grayscale: #878787. Windows color (decimal): -13449443 or 1951538. OLE color: 1951538.

HSL color Cylindrical-coordinate representation of color #32C71D: hue angle of 112.59º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32C71D is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 50 199 29 -
CMYK 0.75 0 0.85 0.22
HSL 112.59º 0.75% 0.45% -
HSV(B) 112.59º 0.85% 0.78% -
XYZ 21.96 41.61 8.04 -
YUV 135.07 68.14 67.32 -
System Red Green Blue C M Y K H S L
Decimal 50 199 29 0.75 0 0.85 0.22 112.59 0.75 0.45
Hex 32 C7 1D 4B 0 55 16 71 4B 2D
Octal 62 307 35 113 0 125 26 161 113 55
Binary 110010 11000111 11101 1001011 0 1010101 10110 1110001 1001011 101101

Color Harmonies of #32C71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C71D

Black with #32C71D

Text Example


Text Example

White with #32C71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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