Html Css Color HEX #32AF34 Lime Green

📋 copy color: '#32AF34'

red 50 ◦ green 175 ◦ blue 52

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

Shades of Lime Green #32AF34

Tints of Lime Green #32AF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.77%

R = 18.05%
G = 63.18%
B = 18.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#32AF34 (or 0x32AF34) is known color: Lime Green. HEX triplet: 32, AF and 34. RGB value is (50,175,52). Sum of RGB (Red+Green+Blue) = 50+175+52=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 175 (68.75% from 255 or 63.18% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF34 is #CD50CB. Grayscale: #7B7B7B. Windows color (decimal): -13455564 or 3452722. OLE color: 3452722.

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

Color convert

RGB 50 175 52 -
CMYK 0.71 0 0.70 0.31
HSL 120.96º 0.56% 0.44% -
HSV(B) 120.96º 0.71% 0.69% -
XYZ 17.27 31.59 8.44 -
YUV 123.6 87.59 75.5 -
System Red Green Blue C M Y K H S L
Decimal 50 175 52 0.71 0 0.70 0.31 120.96 0.56 0.44
Hex 32 AF 34 47 0 46 1F 79 38 2C
Octal 62 257 64 107 0 106 37 171 70 54
Binary 110010 10101111 110100 1000111 0 1000110 11111 1111001 111000 101100

Color Harmonies of #32AF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AF34

Black with #32AF34

Text Example


Text Example

White with #32AF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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