#4BC539

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

Shades of Lime Green #4BC539

Tints of Lime Green #4BC539

Color information

#4BC539 (or 0x4BC539) is unknown color: approx Lime Green. HEX triplet: 4B, C5 and 39. RGB value is (75,197,57). Sum of RGB (Red+Green+Blue) = 75+197+57=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 197 (77.34% from 255 or 59.88% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC539 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC539 is #B43AC6. Grayscale: #919191. Windows color (decimal): -11811527 or 3786059. OLE color: 3786059.

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

Color convert

RGB7519757-
CMYK0.6200.710.23
HSL112.29º55.12%49.8%-
HSV(B)112.29º71.07%77.25%-
XYZ23.6141.7210.68-
YUV144.5678.5878.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.80%
GREEN value IS 197 (77.34% from 255) = 59.88%
BLUE value IS 57 (22.66% from 255) = 17.33%
R=22.80%
G=59.88%
B=17.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal75197570.6200.710.23112.2955.1249.8
Hex4BC5393E04717703732
Octal11330571760107271606762
Binary10010111100010111100111111001000111101111110000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,197,57); }

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

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

 a { background-color: rgb(75,197,57); }

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

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

 span { border-color: rgb(75,197,57); }

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