Html Css Color HEX #40BA36 Lime Green

📋 copy color: '#40BA36'

red 64 ◦ green 186 ◦ blue 54

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

Shades of Lime Green #40BA36

Tints of Lime Green #40BA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.76%

R = 21.05%
G = 61.18%
B = 17.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#40BA36 (or 0x40BA36) is known color: Lime Green. HEX triplet: 40, BA and 36. RGB value is (64,186,54). Sum of RGB (Red+Green+Blue) = 64+186+54=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA36 is #BF45C9. Grayscale: #868686. Windows color (decimal): -12535242 or 3586624. OLE color: 3586624.

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

Color convert

RGB 64 186 54 -
CMYK 0.66 0 0.71 0.27
HSL 115.45º 0.55% 0.47% -
HSV(B) 115.45º 0.71% 0.73% -
XYZ 20.34 36.47 9.46 -
YUV 134.47 82.58 77.73 -
System Red Green Blue C M Y K H S L
Decimal 64 186 54 0.66 0 0.71 0.27 115.45 0.55 0.47
Hex 40 BA 36 42 0 47 1B 73 37 2F
Octal 100 272 66 102 0 107 33 163 67 57
Binary 1000000 10111010 110110 1000010 0 1000111 11011 1110011 110111 101111

Color Harmonies of #40BA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BA36

Black with #40BA36

Text Example


Text Example

White with #40BA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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