Html Css Color HEX #40AF32 Lime Green

📋 copy color: '#40AF32'

red 64 ◦ green 175 ◦ blue 50

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

Shades of Lime Green #40AF32

Tints of Lime Green #40AF32

RGB

 RED value IS 64 (25.39% from 255) = 22.15%

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

 BLUE value IS 50 (19.92% from 255) = 17.3%

R = 22.15%
G = 60.55%
B = 17.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#40AF32 (or 0x40AF32) is known color: Lime Green. HEX triplet: 40, AF and 32. RGB value is (64,175,50). Sum of RGB (Red+Green+Blue) = 64+175+50=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 175 (68.75% from 255 or 60.55% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AF32 is #BF50CD. Grayscale: #7F7F7F. Windows color (decimal): -12538062 or 3321664. OLE color: 3321664.

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

Color convert

RGB 64 175 50 -
CMYK 0.63 0 0.71 0.31
HSL 113.28º 0.56% 0.44% -
HSV(B) 113.28º 0.71% 0.69% -
XYZ 18.02 31.98 8.24 -
YUV 127.56 84.23 82.66 -
System Red Green Blue C M Y K H S L
Decimal 64 175 50 0.63 0 0.71 0.31 113.28 0.56 0.44
Hex 40 AF 32 3F 0 47 1F 71 38 2C
Octal 100 257 62 77 0 107 37 161 70 54
Binary 1000000 10101111 110010 111111 0 1000111 11111 1110001 111000 101100

Color Harmonies of #40AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AF32

Black with #40AF32

Text Example


Text Example

White with #40AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40AF32; }

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

 H1.HeaderClassName
 {
   color: #40AF32;
 }
 .AnyTagClassName
 {
   color: #40AF32;
 }
</style>

background-color css

<style>
 a { background-color: #40AF32; }

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

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

border-color css

<style>
 span { border-color: #40AF32; }

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

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