#4BC142

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

Shades of Lime Green #4BC142

Tints of Lime Green #4BC142

Color information

#4BC142 (or 0x4BC142) is unknown color: approx Lime Green. HEX triplet: 4B, C1 and 42. RGB value is (75,193,66). Sum of RGB (Red+Green+Blue) = 75+193+66=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC142 is #B43EBD. Grayscale: #8F8F8F. Windows color (decimal): -11812542 or 4374859. OLE color: 4374859.

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

Color convert

RGB7519366-
CMYK0.6100.660.24
HSL115.75º50.6%50.78%-
HSV(B)115.75º65.8%75.69%-
XYZ22.9540.0311.67-
YUV143.2484.4179.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 193 (75.78% from 255) = 57.78%
BLUE value IS 66 (26.17% from 255) = 19.76%
R=22.46%
G=57.78%
B=19.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75193660.6100.660.24115.7550.650.78
Hex4BC1423D04218743333
Octal113301102750102301646363
Binary100101111000001100001011110101000010110001110100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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