#4BC641

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

Shades of Lime Green #4BC641

Tints of Lime Green #4BC641

Color information

#4BC641 (or 0x4BC641) is unknown color: approx Lime Green. HEX triplet: 4B, C6 and 41. RGB value is (75,198,65). Sum of RGB (Red+Green+Blue) = 75+198+65=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 198 (77.73% from 255 or 58.58% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 198 - color contains mainly: green. Hex color #4BC641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC641 is #B439BE. Grayscale: #929292. Windows color (decimal): -11811263 or 4310603. OLE color: 4310603.

HSL color Cylindrical-coordinate representation of color #4BC641: hue angle of 115.49º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BC641 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB7519865-
CMYK0.6200.670.22
HSL115.49º53.85%51.57%-
HSV(B)115.49º67.17%77.65%-
XYZ24.0542.2711.89-
YUV146.0682.2577.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.19%
GREEN value IS 198 (77.73% from 255) = 58.58%
BLUE value IS 65 (25.78% from 255) = 19.23%
R=22.19%
G=58.58%
B=19.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75198650.6200.670.22115.4953.8551.57
Hex4BC6413E04316733634
Octal113306101760103261636664
Binary100101111000110100000111111001000011101101110011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,198,65); }

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

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

 a { background-color: rgb(75,198,65); }

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

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

 span { border-color: rgb(75,198,65); }

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