#40BF2B

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

Shades of Lime Green #40BF2B

Tints of Lime Green #40BF2B

Color information

#40BF2B (or 0x40BF2B) is unknown color: approx Lime Green. HEX triplet: 40, BF and 2B. RGB value is (64,191,43). Sum of RGB (Red+Green+Blue) = 64+191+43=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 191 (75% from 255 or 64.09% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BF2B is #BF40D4. Grayscale: #888888. Windows color (decimal): -12533973 or 2867008. OLE color: 2867008.

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

Color convert

RGB6419143-
CMYK0.6600.770.25
HSL111.49º63.25%45.88%-
HSV(B)111.49º77.49%74.9%-
XYZ21.1838.538.61-
YUV136.1575.4276.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 191 (75% from 255) = 64.09%
BLUE value IS 43 (17.19% from 255) = 14.43%
R=21.48%
G=64.09%
B=14.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64191430.6600.770.25111.4963.2545.88
Hex40BF2B4204D196f3f2e
Octal100277531020115311577756
Binary100000010111111101011100001001001101110011101111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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