Html Css Color HEX #32C53E Lime Green

📋 copy color: '#32C53E'

red 50 ◦ green 197 ◦ blue 62

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

Shades of Lime Green #32C53E

Tints of Lime Green #32C53E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 63.75%

 BLUE value IS 62 (24.61% from 255) = 20.06%

R = 16.18%
G = 63.75%
B = 20.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#32C53E (or 0x32C53E) is known color: Lime Green. HEX triplet: 32, C5 and 3E. RGB value is (50,197,62). Sum of RGB (Red+Green+Blue) = 50+197+62=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 197 (77.34% from 255 or 63.75% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 197 - color contains mainly: green. Hex color #32C53E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C53E is #CD3AC1. Grayscale: #8A8A8A. Windows color (decimal): -13449922 or 4113714. OLE color: 4113714.

HSL color Cylindrical-coordinate representation of color #32C53E: hue angle of 124.9º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C53E is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 197 62 -
CMYK 0.75 0 0.69 0.23
HSL 124.9º 0.6% 0.48% -
HSV(B) 124.9º 0.75% 0.77% -
XYZ 22.15 40.96 11.3 -
YUV 137.66 85.3 65.48 -
System Red Green Blue C M Y K H S L
Decimal 50 197 62 0.75 0 0.69 0.23 124.9 0.6 0.48
Hex 32 C5 3E 4B 0 45 17 7D 3C 30
Octal 62 305 76 113 0 105 27 175 74 60
Binary 110010 11000101 111110 1001011 0 1000101 10111 1111101 111100 110000

Color Harmonies of #32C53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C53E

Black with #32C53E

Text Example


Text Example

White with #32C53E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,197,62); }

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

background-color css

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

 a { background-color: rgb(50,197,62); }

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

border-color css

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

 span { border-color: rgb(50,197,62); }

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