Html Css Color HEX #32C73F Lime Green

📋 copy color: '#32C73F'

red 50 ◦ green 199 ◦ blue 63

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

Shades of Lime Green #32C73F

Tints of Lime Green #32C73F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 63.78%

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

R = 16.03%
G = 63.78%
B = 20.19%

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

#32C73F (or 0x32C73F) is known color: Lime Green. HEX triplet: 32, C7 and 3F. RGB value is (50,199,63). Sum of RGB (Red+Green+Blue) = 50+199+63=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 199 (78.12% from 255 or 63.78% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 199 - color contains mainly: green. Hex color #32C73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C73F is #CD38C0. Grayscale: #8B8B8B. Windows color (decimal): -13449409 or 4179762. OLE color: 4179762.

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

Color convert

RGB 50 199 63 -
CMYK 0.75 0 0.68 0.22
HSL 125.23º 0.6% 0.49% -
HSV(B) 125.23º 0.75% 0.78% -
XYZ 22.64 41.88 11.59 -
YUV 138.95 85.14 64.56 -
System Red Green Blue C M Y K H S L
Decimal 50 199 63 0.75 0 0.68 0.22 125.23 0.6 0.49
Hex 32 C7 3F 4B 0 44 16 7D 3C 31
Octal 62 307 77 113 0 104 26 175 74 61
Binary 110010 11000111 111111 1001011 0 1000100 10110 1111101 111100 110001

Color Harmonies of #32C73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C73F

Black with #32C73F

Text Example


Text Example

White with #32C73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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