#40bf45

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

Shades of Lime Green #40BF45

Tints of Lime Green #40BF45

Color information

#40BF45 (or 0x40BF45) is unknown color: approx Lime Green. HEX triplet: 40, BF and 45. RGB value is (64,191,69). Sum of RGB (Red+Green+Blue) = 64+191+69=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 191 (75% from 255 or 58.95% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BF45 is #BF40BA. Grayscale: #8B8B8B. Windows color (decimal): -12533947 or 4570944. OLE color: 4570944.

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

Color convert

RGB6419169-
CMYK0.6600.640.25
HSL122.36º49.8%50%-
HSV(B)122.36º66.49%74.9%-
XYZ21.8238.7811.97-
YUV139.1288.4274.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.75%
GREEN value IS 191 (75% from 255) = 58.95%
BLUE value IS 69 (27.34% from 255) = 21.30%
R=19.75%
G=58.95%
B=21.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64191690.6600.640.25122.3649.850
Hex40BF4542040197a3232
Octal1002771051020100311726262
Binary1000000101111111000101100001001000000110011111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40bf45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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