#4BC43C

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

Shades of Lime Green #4BC43C

Tints of Lime Green #4BC43C

Color information

#4BC43C (or 0x4BC43C) is unknown color: approx Lime Green. HEX triplet: 4B, C4 and 3C. RGB value is (75,196,60). Sum of RGB (Red+Green+Blue) = 75+196+60=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 196 (76.95% from 255 or 59.21% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 196 - color contains mainly: green. Hex color #4BC43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC43C is #B43BC3. Grayscale: #909090. Windows color (decimal): -11811780 or 3982411. OLE color: 3982411.

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

Color convert

RGB7519660-
CMYK0.6200.690.23
HSL113.38º53.54%50.2%-
HSV(B)113.38º69.39%76.86%-
XYZ23.4641.311.01-
YUV144.3280.4178.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.66%
GREEN value IS 196 (76.95% from 255) = 59.21%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=22.66%
G=59.21%
B=18.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal75196600.6200.690.23113.3853.5450.2
Hex4BC43C3E04517713632
Octal11330474760105271616662
Binary10010111100010011110011111001000101101111110001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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