Html Css Color HEX #40BA3D Lime Green

📋 copy color: '#40BA3D'

red 64 ◦ green 186 ◦ blue 61

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

Shades of Lime Green #40BA3D

Tints of Lime Green #40BA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 20.58%
G = 59.81%
B = 19.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#40BA3D (or 0x40BA3D) is known color: Lime Green. HEX triplet: 40, BA and 3D. RGB value is (64,186,61). Sum of RGB (Red+Green+Blue) = 64+186+61=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA3D is #BF45C2. Grayscale: #878787. Windows color (decimal): -12535235 or 4045376. OLE color: 4045376.

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

Color convert

RGB 64 186 61 -
CMYK 0.66 0 0.67 0.27
HSL 118.56º 0.51% 0.48% -
HSV(B) 118.56º 0.67% 0.73% -
XYZ 20.52 36.54 10.39 -
YUV 135.27 86.08 77.16 -
System Red Green Blue C M Y K H S L
Decimal 64 186 61 0.66 0 0.67 0.27 118.56 0.51 0.48
Hex 40 BA 3D 42 0 43 1B 77 33 30
Octal 100 272 75 102 0 103 33 167 63 60
Binary 1000000 10111010 111101 1000010 0 1000011 11011 1110111 110011 110000

Color Harmonies of #40BA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BA3D

Black with #40BA3D

Text Example


Text Example

White with #40BA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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