Html Css Color HEX #32FA47 Lime Green

📋 copy color: '#32FA47'

red 50 ◦ green 250 ◦ blue 71

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

Shades of Lime Green #32FA47

Tints of Lime Green #32FA47

RGB

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

 GREEN value IS 250 (98.05% from 255) = 67.39%

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

R = 13.48%
G = 67.39%
B = 19.14%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#32FA47 (or 0x32FA47) is known color: Lime Green. HEX triplet: 32, FA and 47. RGB value is (50,250,71). Sum of RGB (Red+Green+Blue) = 50+250+71=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 250 (98.05% from 255 or 67.39% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 250 - color contains mainly: green. Hex color #32FA47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FA47 is #CD05B8. Grayscale: #AAAAAA. Windows color (decimal): -13436345 or 4717106. OLE color: 4717106.

HSL color Cylindrical-coordinate representation of color #32FA47: hue angle of 126.3º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FA47 is Cyan = 0.8, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 250 71 -
CMYK 0.8 0 0.72 0.02
HSL 126.3º 0.95% 0.59% -
HSV(B) 126.3º 0.8% 0.98% -
XYZ 36.64 69.5 17.45 -
YUV 169.79 72.24 42.55 -
System Red Green Blue C M Y K H S L
Decimal 50 250 71 0.8 0 0.72 0.02 126.3 0.95 0.59
Hex 32 FA 47 50 0 48 2 7E 5F 3B
Octal 62 372 107 120 0 110 2 176 137 73
Binary 110010 11111010 1000111 1010000 0 1001000 10 1111110 1011111 111011

Color Harmonies of #32FA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FA47

Black with #32FA47

Text Example


Text Example

White with #32FA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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