Html Css Color HEX #32AF37 Lime Green

📋 copy color: '#32AF37'

red 50 ◦ green 175 ◦ blue 55

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

Shades of Lime Green #32AF37

Tints of Lime Green #32AF37

RGB

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

 GREEN value IS 175 (68.75% from 255) = 62.5%

 BLUE value IS 55 (21.88% from 255) = 19.64%

R = 17.86%
G = 62.5%
B = 19.64%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#32AF37 (or 0x32AF37) is known color: Lime Green. HEX triplet: 32, AF and 37. RGB value is (50,175,55). Sum of RGB (Red+Green+Blue) = 50+175+55=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 175 (68.75% from 255 or 62.5% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF37 is #CD50C8. Grayscale: #7C7C7C. Windows color (decimal): -13455561 or 3649330. OLE color: 3649330.

HSL color Cylindrical-coordinate representation of color #32AF37: hue angle of 122.4º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF37 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 175 55 -
CMYK 0.71 0 0.69 0.31
HSL 122.4º 0.56% 0.44% -
HSV(B) 122.4º 0.71% 0.69% -
XYZ 17.33 31.61 8.8 -
YUV 123.95 89.09 75.26 -
System Red Green Blue C M Y K H S L
Decimal 50 175 55 0.71 0 0.69 0.31 122.4 0.56 0.44
Hex 32 AF 37 47 0 45 1F 7A 38 2C
Octal 62 257 67 107 0 105 37 172 70 54
Binary 110010 10101111 110111 1000111 0 1000101 11111 1111010 111000 101100

Color Harmonies of #32AF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AF37

Black with #32AF37

Text Example


Text Example

White with #32AF37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,175,55); }

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

background-color css

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

 a { background-color: rgb(50,175,55); }

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

border-color css

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

 span { border-color: rgb(50,175,55); }

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