Html Css Color HEX #32D73C Lime Green

📋 copy color: '#32D73C'

red 50 ◦ green 215 ◦ blue 60

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

Shades of Lime Green #32D73C

Tints of Lime Green #32D73C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 66.15%

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 15.38%
G = 66.15%
B = 18.46%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#32D73C (or 0x32D73C) is known color: Lime Green. HEX triplet: 32, D7 and 3C. RGB value is (50,215,60). Sum of RGB (Red+Green+Blue) = 50+215+60=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 215 (84.38% from 255 or 66.15% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 215 - color contains mainly: green. Hex color #32D73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D73C is #CD28C3. Grayscale: #949494. Windows color (decimal): -13445316 or 3987250. OLE color: 3987250.

HSL color Cylindrical-coordinate representation of color #32D73C: hue angle of 123.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D73C is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 215 60 -
CMYK 0.77 0 0.72 0.16
HSL 123.64º 0.67% 0.52% -
HSV(B) 123.64º 0.77% 0.84% -
XYZ 26.43 49.61 12.46 -
YUV 148 78.34 58.1 -
System Red Green Blue C M Y K H S L
Decimal 50 215 60 0.77 0 0.72 0.16 123.64 0.67 0.52
Hex 32 D7 3C 4D 0 48 10 7C 43 34
Octal 62 327 74 115 0 110 20 174 103 64
Binary 110010 11010111 111100 1001101 0 1001000 10000 1111100 1000011 110100

Color Harmonies of #32D73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D73C

Black with #32D73C

Text Example


Text Example

White with #32D73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,215,60); }

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

background-color css

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

 a { background-color: rgb(50,215,60); }

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

border-color css

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

 span { border-color: rgb(50,215,60); }

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