Html Css Color HEX #32C646 Lime Green

📋 copy color: '#32C646'

red 50 ◦ green 198 ◦ blue 70

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

Shades of Lime Green #32C646

Tints of Lime Green #32C646

RGB

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

 GREEN value IS 198 (77.73% from 255) = 62.26%

 BLUE value IS 70 (27.73% from 255) = 22.01%

R = 15.72%
G = 62.26%
B = 22.01%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#32C646 (or 0x32C646) is known color: Lime Green. HEX triplet: 32, C6 and 46. RGB value is (50,198,70). Sum of RGB (Red+Green+Blue) = 50+198+70=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 198 (77.73% from 255 or 62.26% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 198 - color contains mainly: green. Hex color #32C646 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C646 is #CD39B9. Grayscale: #8B8B8B. Windows color (decimal): -13449658 or 4638258. OLE color: 4638258.

HSL color Cylindrical-coordinate representation of color #32C646: hue angle of 128.11º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C646 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 50 198 70 -
CMYK 0.75 0 0.65 0.22
HSL 128.11º 0.6% 0.49% -
HSV(B) 128.11º 0.75% 0.78% -
XYZ 22.61 41.51 12.61 -
YUV 139.16 88.97 64.41 -
System Red Green Blue C M Y K H S L
Decimal 50 198 70 0.75 0 0.65 0.22 128.11 0.6 0.49
Hex 32 C6 46 4B 0 41 16 80 3C 31
Octal 62 306 106 113 0 101 26 200 74 61
Binary 110010 11000110 1000110 1001011 0 1000001 10110 10000000 111100 110001

Color Harmonies of #32C646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C646

Black with #32C646

Text Example


Text Example

White with #32C646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,198,70); }

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

background-color css

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

 a { background-color: rgb(50,198,70); }

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

border-color css

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

 span { border-color: rgb(50,198,70); }

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