#4BC43A

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

Shades of Lime Green #4BC43A

Tints of Lime Green #4BC43A

Color information

#4BC43A (or 0x4BC43A) is unknown color: approx Lime Green. HEX triplet: 4B, C4 and 3A. RGB value is (75,196,58). Sum of RGB (Red+Green+Blue) = 75+196+58=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 196 (76.95% from 255 or 59.57% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 196 - color contains mainly: green. Hex color #4BC43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC43A is #B43BC5. Grayscale: #909090. Windows color (decimal): -11811782 or 3851339. OLE color: 3851339.

HSL color Cylindrical-coordinate representation of color #4BC43A: hue angle of 112.61º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BC43A is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB7519658-
CMYK0.6200.700.23
HSL112.61º54.33%49.8%-
HSV(B)112.61º70.41%76.86%-
XYZ23.4141.2810.74-
YUV144.0979.4178.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.80%
GREEN value IS 196 (76.95% from 255) = 59.57%
BLUE value IS 58 (23.05% from 255) = 17.63%
R=22.80%
G=59.57%
B=17.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal75196580.6200.700.23112.6154.3349.8
Hex4BC43A3E04617713632
Octal11330472760106271616662
Binary10010111100010011101011111001000110101111110001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BC43A; }

 p { color: rgb(75,196,58); }

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

<style>
 a { background-color: #4BC43A; }

 a { background-color: rgb(75,196,58); }

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

<style>
 span { border-color: #4BC43A; }

 span { border-color: rgb(75,196,58); }

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