Html Css Color HEX #32C147 Lime Green

📋 copy color: '#32C147'

red 50 ◦ green 193 ◦ blue 71

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

Shades of Lime Green #32C147

Tints of Lime Green #32C147

RGB

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

 GREEN value IS 193 (75.78% from 255) = 61.46%

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

R = 15.92%
G = 61.46%
B = 22.61%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#32C147 (or 0x32C147) is known color: Lime Green. HEX triplet: 32, C1 and 47. RGB value is (50,193,71). Sum of RGB (Red+Green+Blue) = 50+193+71=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #32C147 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C147 is #CD3EB8. Grayscale: #888888. Windows color (decimal): -13450937 or 4702514. OLE color: 4702514.

HSL color Cylindrical-coordinate representation of color #32C147: hue angle of 128.81º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C147 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 193 71 -
CMYK 0.74 0 0.63 0.24
HSL 128.81º 0.59% 0.48% -
HSV(B) 128.81º 0.74% 0.76% -
XYZ 21.52 39.27 12.41 -
YUV 136.34 91.12 66.42 -
System Red Green Blue C M Y K H S L
Decimal 50 193 71 0.74 0 0.63 0.24 128.81 0.59 0.48
Hex 32 C1 47 4A 0 3F 18 81 3B 30
Octal 62 301 107 112 0 77 30 201 73 60
Binary 110010 11000001 1000111 1001010 0 111111 11000 10000001 111011 110000

Color Harmonies of #32C147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C147

Black with #32C147

Text Example


Text Example

White with #32C147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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