Html Css Color HEX #32C340 Lime Green

📋 copy color: '#32C340'

red 50 ◦ green 195 ◦ blue 64

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

Shades of Lime Green #32C340

Tints of Lime Green #32C340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 63.11%

 BLUE value IS 64 (25.39% from 255) = 20.71%

R = 16.18%
G = 63.11%
B = 20.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#32C340 (or 0x32C340) is known color: Lime Green. HEX triplet: 32, C3 and 40. RGB value is (50,195,64). Sum of RGB (Red+Green+Blue) = 50+195+64=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 195 (76.56% from 255 or 63.11% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 195 - color contains mainly: green. Hex color #32C340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C340 is #CD3CBF. Grayscale: #898989. Windows color (decimal): -13450432 or 4244274. OLE color: 4244274.

HSL color Cylindrical-coordinate representation of color #32C340: hue angle of 125.79º 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 #32C340 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 195 64 -
CMYK 0.74 0 0.67 0.24
HSL 125.79º 0.59% 0.48% -
HSV(B) 125.79º 0.74% 0.76% -
XYZ 21.76 40.08 11.44 -
YUV 136.71 86.96 66.15 -
System Red Green Blue C M Y K H S L
Decimal 50 195 64 0.74 0 0.67 0.24 125.79 0.59 0.48
Hex 32 C3 40 4A 0 43 18 7E 3B 30
Octal 62 303 100 112 0 103 30 176 73 60
Binary 110010 11000011 1000000 1001010 0 1000011 11000 1111110 111011 110000

Color Harmonies of #32C340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C340

Black with #32C340

Text Example


Text Example

White with #32C340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,195,64); }

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

background-color css

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

 a { background-color: rgb(50,195,64); }

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

border-color css

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

 span { border-color: rgb(50,195,64); }

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