#40BF3A

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

Shades of Lime Green #40BF3A

Tints of Lime Green #40BF3A

Color information

#40BF3A (or 0x40BF3A) is unknown color: approx Lime Green. HEX triplet: 40, BF and 3A. RGB value is (64,191,58). Sum of RGB (Red+Green+Blue) = 64+191+58=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 191 (75% from 255 or 61.02% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BF3A is #BF40C5. Grayscale: #8A8A8A. Windows color (decimal): -12533958 or 3850048. OLE color: 3850048.

HSL color Cylindrical-coordinate representation of color #40BF3A: hue angle of 117.29º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40BF3A is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB6419158-
CMYK0.6600.700.25
HSL117.29º53.41%48.82%-
HSV(B)117.29º69.63%74.9%-
XYZ21.5138.6610.33-
YUV137.8682.9275.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 191 (75% from 255) = 61.02%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=20.45%
G=61.02%
B=18.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64191580.6600.700.25117.2953.4148.82
Hex40BF3A4204619753531
Octal100277721020106311656561
Binary100000010111111111010100001001000110110011110101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,191,58); }

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

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

 a { background-color: rgb(64,191,58); }

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

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

 span { border-color: rgb(64,191,58); }

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