Html Css Color HEX #32FC47 Lime Green

📋 copy color: '#32FC47'

red 50 ◦ green 252 ◦ blue 71

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

Shades of Lime Green #32FC47

Tints of Lime Green #32FC47

RGB

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

 GREEN value IS 252 (98.83% from 255) = 67.56%

 BLUE value IS 71 (28.13% from 255) = 19.03%

R = 13.4%
G = 67.56%
B = 19.03%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#32FC47 (or 0x32FC47) is known color: Lime Green. HEX triplet: 32, FC and 47. RGB value is (50,252,71). Sum of RGB (Red+Green+Blue) = 50+252+71=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 252 (98.83% from 255 or 67.56% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 252 - color contains mainly: green. Hex color #32FC47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FC47 is #CD03B8. Grayscale: #ABABAB. Windows color (decimal): -13435833 or 4717618. OLE color: 4717618.

HSL color Cylindrical-coordinate representation of color #32FC47: hue angle of 126.24º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FC47 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 252 71 -
CMYK 0.80 0 0.72 0.01
HSL 126.24º 0.97% 0.59% -
HSV(B) 126.24º 0.8% 0.99% -
XYZ 37.26 70.75 17.65 -
YUV 170.97 71.58 41.72 -
System Red Green Blue C M Y K H S L
Decimal 50 252 71 0.80 0 0.72 0.01 126.24 0.97 0.59
Hex 32 FC 47 50 0 48 1 7E 61 3B
Octal 62 374 107 120 0 110 1 176 141 73
Binary 110010 11111100 1000111 1010000 0 1001000 1 1111110 1100001 111011

Color Harmonies of #32FC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FC47

Black with #32FC47

Text Example


Text Example

White with #32FC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,252,71); }

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

background-color css

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

 a { background-color: rgb(50,252,71); }

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

border-color css

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

 span { border-color: rgb(50,252,71); }

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