#43BE32

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

Shades of Lime Green #43BE32

Tints of Lime Green #43BE32

Color information

#43BE32 (or 0x43BE32) is unknown color: approx Lime Green. HEX triplet: 43, BE and 32. RGB value is (67,190,50). Sum of RGB (Red+Green+Blue) = 67+190+50=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 190 (74.61% from 255 or 61.89% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 190 - color contains mainly: green. Hex color #43BE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BE32 is #BC41CD. Grayscale: #898989. Windows color (decimal): -12337614 or 3325507. OLE color: 3325507.

HSL color Cylindrical-coordinate representation of color #43BE32: hue angle of 112.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43BE32 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB6719050-
CMYK0.6500.740.25
HSL112.71º58.33%47.06%-
HSV(B)112.71º73.68%74.51%-
XYZ21.338.259.28-
YUV137.2678.7577.88-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.82%
GREEN value IS 190 (74.61% from 255) = 61.89%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=21.82%
G=61.89%
B=16.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal67190500.6500.740.25112.7158.3347.06
Hex43BE324104A19713a2f
Octal103276621010112311617257
Binary100001110111110110010100000101001010110011110001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43BE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43BE32; }

 p { color: rgb(67,190,50); }

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

<style>
 a { background-color: #43BE32; }

 a { background-color: rgb(67,190,50); }

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

<style>
 span { border-color: #43BE32; }

 span { border-color: rgb(67,190,50); }

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