Html Css Color HEX #32C63F Lime Green

📋 copy color: '#32C63F'

red 50 ◦ green 198 ◦ blue 63

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

Shades of Lime Green #32C63F

Tints of Lime Green #32C63F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.26%

R = 16.08%
G = 63.67%
B = 20.26%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#32C63F (or 0x32C63F) is known color: Lime Green. HEX triplet: 32, C6 and 3F. RGB value is (50,198,63). Sum of RGB (Red+Green+Blue) = 50+198+63=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 198 (77.73% from 255 or 63.67% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 198 - color contains mainly: green. Hex color #32C63F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C63F is #CD39C0. Grayscale: #8A8A8A. Windows color (decimal): -13449665 or 4179506. OLE color: 4179506.

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

Color convert

RGB 50 198 63 -
CMYK 0.75 0 0.68 0.22
HSL 125.27º 0.6% 0.49% -
HSV(B) 125.27º 0.75% 0.78% -
XYZ 22.41 41.43 11.52 -
YUV 138.36 85.47 64.98 -
System Red Green Blue C M Y K H S L
Decimal 50 198 63 0.75 0 0.68 0.22 125.27 0.6 0.49
Hex 32 C6 3F 4B 0 44 16 7D 3C 31
Octal 62 306 77 113 0 104 26 175 74 61
Binary 110010 11000110 111111 1001011 0 1000100 10110 1111101 111100 110001

Color Harmonies of #32C63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C63F

Black with #32C63F

Text Example


Text Example

White with #32C63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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