Html Css Color HEX #40BA3F Lime Green

📋 copy color: '#40BA3F'

red 64 ◦ green 186 ◦ blue 63

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

Shades of Lime Green #40BA3F

Tints of Lime Green #40BA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.13%

R = 20.45%
G = 59.42%
B = 20.13%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#40BA3F (or 0x40BA3F) is known color: Lime Green. HEX triplet: 40, BA and 3F. RGB value is (64,186,63). Sum of RGB (Red+Green+Blue) = 64+186+63=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA3F is #BF45C0. Grayscale: #878787. Windows color (decimal): -12535233 or 4176448. OLE color: 4176448.

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

Color convert

RGB 64 186 63 -
CMYK 0.66 0 0.66 0.27
HSL 119.51º 0.49% 0.49% -
HSV(B) 119.51º 0.66% 0.73% -
XYZ 20.57 36.57 10.68 -
YUV 135.5 87.08 77 -
System Red Green Blue C M Y K H S L
Decimal 64 186 63 0.66 0 0.66 0.27 119.51 0.49 0.49
Hex 40 BA 3F 42 0 42 1B 78 31 31
Octal 100 272 77 102 0 102 33 170 61 61
Binary 1000000 10111010 111111 1000010 0 1000010 11011 1111000 110001 110001

Color Harmonies of #40BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BA3F

Black with #40BA3F

Text Example


Text Example

White with #40BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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