Html Css Color HEX #40B532 Lime Green

📋 copy color: '#40B532'

red 64 ◦ green 181 ◦ blue 50

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

Shades of Lime Green #40B532

Tints of Lime Green #40B532

RGB

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

 GREEN value IS 181 (71.09% from 255) = 61.36%

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

R = 21.69%
G = 61.36%
B = 16.95%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#40B532 (or 0x40B532) is known color: Lime Green. HEX triplet: 40, B5 and 32. RGB value is (64,181,50). Sum of RGB (Red+Green+Blue) = 64+181+50=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 181 (71.09% from 255 or 61.36% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 181 - color contains mainly: green. Hex color #40B532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B532 is #BF4ACD. Grayscale: #838383. Windows color (decimal): -12536526 or 3323200. OLE color: 3323200.

HSL color Cylindrical-coordinate representation of color #40B532: hue angle of 113.59º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40B532 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 181 50 -
CMYK 0.65 0 0.72 0.29
HSL 113.59º 0.57% 0.45% -
HSV(B) 113.59º 0.72% 0.71% -
XYZ 19.21 34.37 8.64 -
YUV 131.08 82.24 80.15 -
System Red Green Blue C M Y K H S L
Decimal 64 181 50 0.65 0 0.72 0.29 113.59 0.57 0.45
Hex 40 B5 32 41 0 48 1D 72 39 2D
Octal 100 265 62 101 0 110 35 162 71 55
Binary 1000000 10110101 110010 1000001 0 1001000 11101 1110010 111001 101101

Color Harmonies of #40B532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B532

Black with #40B532

Text Example


Text Example

White with #40B532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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