#4BC143

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

Shades of Lime Green #4BC143

Tints of Lime Green #4BC143

Color information

#4BC143 (or 0x4BC143) is unknown color: approx Lime Green. HEX triplet: 4B, C1 and 43. RGB value is (75,193,67). Sum of RGB (Red+Green+Blue) = 75+193+67=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC143 is #B43EBC. Grayscale: #8F8F8F. Windows color (decimal): -11812541 or 4440395. OLE color: 4440395.

HSL color Cylindrical-coordinate representation of color #4BC143: hue angle of 116.19º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BC143 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB7519367-
CMYK0.6100.650.24
HSL116.19º50.4%50.98%-
HSV(B)116.19º65.28%75.69%-
XYZ22.9840.0411.83-
YUV143.3584.9179.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 193 (75.78% from 255) = 57.61%
BLUE value IS 67 (26.56% from 255) = 20%
R=22.39%
G=57.61%
B=20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75193670.6100.650.24116.1950.450.98
Hex4BC1433D04118743233
Octal113301103750101301646263
Binary100101111000001100001111110101000001110001110100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,193,67); }

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

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

 a { background-color: rgb(75,193,67); }

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

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

 span { border-color: rgb(75,193,67); }

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