#40BA34

Color #40BA34 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #40BA34

Tints of Lime Green #40BA34

Color information

#40BA34 (or 0x40BA34) is unknown color: approx Lime Green. HEX triplet: 40, BA and 34. RGB value is (64,186,52). Sum of RGB (Red+Green+Blue) = 64+186+52=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA34 is #BF45CB. Grayscale: #868686. Windows color (decimal): -12535244 or 3455552. OLE color: 3455552.

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

Color convert

RGB6418652-
CMYK0.6600.720.27
HSL114.63º56.3%46.67%-
HSV(B)114.63º72.04%72.94%-
XYZ20.2936.469.22-
YUV134.2581.5877.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 186 (73.05% from 255) = 61.59%
BLUE value IS 52 (20.70% from 255) = 17.22%
R=21.19%
G=61.59%
B=17.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64186520.6600.720.27114.6356.346.67
Hex40BA34420481B73382f
Octal100272641020110331637057
Binary100000010111010110100100001001001000110111110011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40BA34;
 }
 .AnyTagClassName
 {
   color: #40BA34;
 }
</style>
background-color css

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

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

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

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

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

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