#4BC246

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

Shades of Lime Green #4BC246

Tints of Lime Green #4BC246

Color information

#4BC246 (or 0x4BC246) is unknown color: approx Lime Green. HEX triplet: 4B, C2 and 46. RGB value is (75,194,70). Sum of RGB (Red+Green+Blue) = 75+194+70=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #4BC246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC246 is #B43DB9. Grayscale: #909090. Windows color (decimal): -11812282 or 4637259. OLE color: 4637259.

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

Color convert

RGB7519470-
CMYK0.6100.640.24
HSL117.58º50.41%51.76%-
HSV(B)117.58º63.92%76.08%-
XYZ23.340.5212.39-
YUV144.2886.0878.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.12%
GREEN value IS 194 (76.17% from 255) = 57.23%
BLUE value IS 70 (27.73% from 255) = 20.65%
R=22.12%
G=57.23%
B=20.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75194700.6100.640.24117.5850.4151.76
Hex4BC2463D04018763234
Octal113302106750100301666264
Binary100101111000010100011011110101000000110001110110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,194,70); }

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

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

 a { background-color: rgb(75,194,70); }

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

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

 span { border-color: rgb(75,194,70); }

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