Html Css Color HEX #32AF3C Lime Green

📋 copy color: '#32AF3C'

red 50 ◦ green 175 ◦ blue 60

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

Shades of Lime Green #32AF3C

Tints of Lime Green #32AF3C

RGB

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

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

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

R = 17.54%
G = 61.4%
B = 21.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#32AF3C (or 0x32AF3C) is known color: Lime Green. HEX triplet: 32, AF and 3C. RGB value is (50,175,60). Sum of RGB (Red+Green+Blue) = 50+175+60=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF3C is #CD50C3. Grayscale: #7C7C7C. Windows color (decimal): -13455556 or 3977010. OLE color: 3977010.

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

Color convert

RGB 50 175 60 -
CMYK 0.71 0 0.66 0.31
HSL 124.8º 0.56% 0.44% -
HSV(B) 124.8º 0.71% 0.69% -
XYZ 17.46 31.66 9.47 -
YUV 124.52 91.59 74.85 -
System Red Green Blue C M Y K H S L
Decimal 50 175 60 0.71 0 0.66 0.31 124.8 0.56 0.44
Hex 32 AF 3C 47 0 42 1F 7D 38 2C
Octal 62 257 74 107 0 102 37 175 70 54
Binary 110010 10101111 111100 1000111 0 1000010 11111 1111101 111000 101100

Color Harmonies of #32AF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AF3C

Black with #32AF3C

Text Example


Text Example

White with #32AF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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