Html Css Color HEX #40B533 Lime Green

📋 copy color: '#40B533'

red 64 ◦ green 181 ◦ blue 51

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

Shades of Lime Green #40B533

Tints of Lime Green #40B533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.23%

R = 21.62%
G = 61.15%
B = 17.23%

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

#40B533 (or 0x40B533) is known color: Lime Green. HEX triplet: 40, B5 and 33. RGB value is (64,181,51). Sum of RGB (Red+Green+Blue) = 64+181+51=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 181 (71.09% from 255 or 61.15% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 181 - color contains mainly: green. Hex color #40B533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B533 is #BF4ACC. Grayscale: #838383. Windows color (decimal): -12536525 or 3388736. OLE color: 3388736.

HSL color Cylindrical-coordinate representation of color #40B533: hue angle of 114º degrees, saturation: 0.56, 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 #40B533 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 181 51 -
CMYK 0.65 0 0.72 0.29
HSL 114º 0.56% 0.45% -
HSV(B) 114º 0.72% 0.71% -
XYZ 19.24 34.38 8.75 -
YUV 131.2 82.74 80.07 -
System Red Green Blue C M Y K H S L
Decimal 64 181 51 0.65 0 0.72 0.29 114 0.56 0.45
Hex 40 B5 33 41 0 48 1D 72 38 2D
Octal 100 265 63 101 0 110 35 162 70 55
Binary 1000000 10110101 110011 1000001 0 1001000 11101 1110010 111000 101101

Color Harmonies of #40B533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B533

Black with #40B533

Text Example


Text Example

White with #40B533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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