Html Css Color HEX #40BA42 Lime Green

📋 copy color: '#40BA42'

red 64 ◦ green 186 ◦ blue 66

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

Shades of Lime Green #40BA42

Tints of Lime Green #40BA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 20.25%
G = 58.86%
B = 20.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#40BA42 (or 0x40BA42) is known color: Lime Green. HEX triplet: 40, BA and 42. RGB value is (64,186,66). Sum of RGB (Red+Green+Blue) = 64+186+66=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA42 is #BF45BD. Grayscale: #888888. Windows color (decimal): -12535230 or 4373056. OLE color: 4373056.

HSL color Cylindrical-coordinate representation of color #40BA42: hue angle of 120.98º 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 #40BA42 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 186 66 -
CMYK 0.66 0 0.65 0.27
HSL 120.98º 0.49% 0.49% -
HSV(B) 120.98º 0.66% 0.73% -
XYZ 20.66 36.6 11.13 -
YUV 135.84 88.58 76.76 -
System Red Green Blue C M Y K H S L
Decimal 64 186 66 0.66 0 0.65 0.27 120.98 0.49 0.49
Hex 40 BA 42 42 0 41 1B 79 31 31
Octal 100 272 102 102 0 101 33 171 61 61
Binary 1000000 10111010 1000010 1000010 0 1000001 11011 1111001 110001 110001

Color Harmonies of #40BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BA42

Black with #40BA42

Text Example


Text Example

White with #40BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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