Html Css Color HEX #40BA41 Lime Green

📋 copy color: '#40BA41'

red 64 ◦ green 186 ◦ blue 65

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

Shades of Lime Green #40BA41

Tints of Lime Green #40BA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.63%

R = 20.32%
G = 59.05%
B = 20.63%

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

#40BA41 (or 0x40BA41) is known color: Lime Green. HEX triplet: 40, BA and 41. RGB value is (64,186,65). Sum of RGB (Red+Green+Blue) = 64+186+65=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA41 is #BF45BE. Grayscale: #888888. Windows color (decimal): -12535231 or 4307520. OLE color: 4307520.

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

Color convert

RGB 64 186 65 -
CMYK 0.66 0 0.65 0.27
HSL 120.49º 0.49% 0.49% -
HSV(B) 120.49º 0.66% 0.73% -
XYZ 20.63 36.59 10.98 -
YUV 135.73 88.08 76.84 -
System Red Green Blue C M Y K H S L
Decimal 64 186 65 0.66 0 0.65 0.27 120.49 0.49 0.49
Hex 40 BA 41 42 0 41 1B 78 31 31
Octal 100 272 101 102 0 101 33 170 61 61
Binary 1000000 10111010 1000001 1000010 0 1000001 11011 1111000 110001 110001

Color Harmonies of #40BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BA41

Black with #40BA41

Text Example


Text Example

White with #40BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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