Html Css Color HEX #32CE49 Lime Green

📋 copy color: '#32CE49'

red 50 ◦ green 206 ◦ blue 73

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

Shades of Lime Green #32CE49

Tints of Lime Green #32CE49

RGB

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

 GREEN value IS 206 (80.86% from 255) = 62.61%

 BLUE value IS 73 (28.91% from 255) = 22.19%

R = 15.2%
G = 62.61%
B = 22.19%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#32CE49 (or 0x32CE49) is known color: Lime Green. HEX triplet: 32, CE and 49. RGB value is (50,206,73). Sum of RGB (Red+Green+Blue) = 50+206+73=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 206 (80.86% from 255 or 62.61% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CE49 is #CD31B6. Grayscale: #909090. Windows color (decimal): -13447607 or 4836914. OLE color: 4836914.

HSL color Cylindrical-coordinate representation of color #32CE49: hue angle of 128.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CE49 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 206 73 -
CMYK 0.76 0 0.65 0.19
HSL 128.85º 0.61% 0.5% -
HSV(B) 128.85º 0.76% 0.81% -
XYZ 24.59 45.3 13.75 -
YUV 144.19 87.82 60.81 -
System Red Green Blue C M Y K H S L
Decimal 50 206 73 0.76 0 0.65 0.19 128.85 0.61 0.5
Hex 32 CE 49 4C 0 41 13 81 3D 32
Octal 62 316 111 114 0 101 23 201 75 62
Binary 110010 11001110 1001001 1001100 0 1000001 10011 10000001 111101 110010

Color Harmonies of #32CE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CE49

Black with #32CE49

Text Example


Text Example

White with #32CE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,206,73); }

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

background-color css

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

 a { background-color: rgb(50,206,73); }

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

border-color css

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

 span { border-color: rgb(50,206,73); }

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