#4BC345

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

Shades of Lime Green #4BC345

Tints of Lime Green #4BC345

Color information

#4BC345 (or 0x4BC345) is unknown color: approx Lime Green. HEX triplet: 4B, C3 and 45. RGB value is (75,195,69). Sum of RGB (Red+Green+Blue) = 75+195+69=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC345 is #B43CBA. Grayscale: #919191. Windows color (decimal): -11812027 or 4571979. OLE color: 4571979.

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

Color convert

RGB7519569-
CMYK0.6200.650.24
HSL117.14º51.22%51.76%-
HSV(B)117.14º64.62%76.47%-
XYZ23.4940.9612.3-
YUV144.7685.2478.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.12%
GREEN value IS 195 (76.56% from 255) = 57.52%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=22.12%
G=57.52%
B=20.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75195690.6200.650.24117.1451.2251.76
Hex4BC3453E04118753334
Octal113303105760101301656364
Binary100101111000011100010111111001000001110001110101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,195,69); }

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

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

 a { background-color: rgb(75,195,69); }

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

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

 span { border-color: rgb(75,195,69); }

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