Html Css Color HEX #32D047 Lime Green

📋 copy color: '#32D047'

red 50 ◦ green 208 ◦ blue 71

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

Shades of Lime Green #32D047

Tints of Lime Green #32D047

RGB

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

 GREEN value IS 208 (81.64% from 255) = 63.22%

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

R = 15.2%
G = 63.22%
B = 21.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#32D047 (or 0x32D047) is known color: Lime Green. HEX triplet: 32, D0 and 47. RGB value is (50,208,71). Sum of RGB (Red+Green+Blue) = 50+208+71=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 208 (81.64% from 255 or 63.22% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 208 - color contains mainly: green. Hex color #32D047 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D047 is #CD2FB8. Grayscale: #919191. Windows color (decimal): -13447097 or 4706354. OLE color: 4706354.

HSL color Cylindrical-coordinate representation of color #32D047: hue angle of 127.97º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D047 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 208 71 -
CMYK 0.76 0 0.66 0.18
HSL 127.97º 0.63% 0.51% -
HSV(B) 127.97º 0.76% 0.82% -
XYZ 25.01 46.24 13.57 -
YUV 145.14 86.15 60.14 -
System Red Green Blue C M Y K H S L
Decimal 50 208 71 0.76 0 0.66 0.18 127.97 0.63 0.51
Hex 32 D0 47 4C 0 42 12 80 3F 33
Octal 62 320 107 114 0 102 22 200 77 63
Binary 110010 11010000 1000111 1001100 0 1000010 10010 10000000 111111 110011

Color Harmonies of #32D047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D047

Black with #32D047

Text Example


Text Example

White with #32D047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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