Html Css Color HEX #40BA37 Lime Green

📋 copy color: '#40BA37'

red 64 ◦ green 186 ◦ blue 55

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

Shades of Lime Green #40BA37

Tints of Lime Green #40BA37

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.98%

 BLUE value IS 55 (21.88% from 255) = 18.03%

R = 20.98%
G = 60.98%
B = 18.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#40BA37 (or 0x40BA37) is known color: Lime Green. HEX triplet: 40, BA and 37. RGB value is (64,186,55). Sum of RGB (Red+Green+Blue) = 64+186+55=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA37 is #BF45C8. Grayscale: #868686. Windows color (decimal): -12535241 or 3652160. OLE color: 3652160.

HSL color Cylindrical-coordinate representation of color #40BA37: hue angle of 115.88º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40BA37 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 186 55 -
CMYK 0.66 0 0.70 0.27
HSL 115.88º 0.54% 0.47% -
HSV(B) 115.88º 0.7% 0.73% -
XYZ 20.36 36.48 9.58 -
YUV 134.59 83.08 77.65 -
System Red Green Blue C M Y K H S L
Decimal 64 186 55 0.66 0 0.70 0.27 115.88 0.54 0.47
Hex 40 BA 37 42 0 46 1B 74 36 2F
Octal 100 272 67 102 0 106 33 164 66 57
Binary 1000000 10111010 110111 1000010 0 1000110 11011 1110100 110110 101111

Color Harmonies of #40BA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BA37

Black with #40BA37

Text Example


Text Example

White with #40BA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,186,55); }

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

background-color css

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

 a { background-color: rgb(64,186,55); }

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

border-color css

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

 span { border-color: rgb(64,186,55); }

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