Html Css Color HEX #32C63B Lime Green

📋 copy color: '#32C63B'

red 50 ◦ green 198 ◦ blue 59

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

Shades of Lime Green #32C63B

Tints of Lime Green #32C63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.22%

R = 16.29%
G = 64.5%
B = 19.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#32C63B (or 0x32C63B) is known color: Lime Green. HEX triplet: 32, C6 and 3B. RGB value is (50,198,59). Sum of RGB (Red+Green+Blue) = 50+198+59=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 198 (77.73% from 255 or 64.50% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 198 - color contains mainly: green. Hex color #32C63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C63B is #CD39C4. Grayscale: #8A8A8A. Windows color (decimal): -13449669 or 3917362. OLE color: 3917362.

HSL color Cylindrical-coordinate representation of color #32C63B: hue angle of 123.65º 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 #32C63B is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 50 198 59 -
CMYK 0.75 0 0.70 0.22
HSL 123.65º 0.6% 0.49% -
HSV(B) 123.65º 0.75% 0.78% -
XYZ 22.3 41.38 10.95 -
YUV 137.9 83.47 65.3 -
System Red Green Blue C M Y K H S L
Decimal 50 198 59 0.75 0 0.70 0.22 123.65 0.6 0.49
Hex 32 C6 3B 4B 0 46 16 7C 3C 31
Octal 62 306 73 113 0 106 26 174 74 61
Binary 110010 11000110 111011 1001011 0 1000110 10110 1111100 111100 110001

Color Harmonies of #32C63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C63B

Black with #32C63B

Text Example


Text Example

White with #32C63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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