#4BC645

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

Shades of Lime Green #4BC645

Tints of Lime Green #4BC645

Color information

#4BC645 (or 0x4BC645) is unknown color: approx Lime Green. HEX triplet: 4B, C6 and 45. RGB value is (75,198,69). Sum of RGB (Red+Green+Blue) = 75+198+69=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 198 (77.73% from 255 or 57.89% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 198 - color contains mainly: green. Hex color #4BC645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC645 is #B439BA. Grayscale: #929292. Windows color (decimal): -11811259 or 4572747. OLE color: 4572747.

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

Color convert

RGB7519869-
CMYK0.6200.650.22
HSL117.21º53.09%52.35%-
HSV(B)117.21º65.15%77.65%-
XYZ24.1742.3112.52-
YUV146.5284.2576.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.93%
GREEN value IS 198 (77.73% from 255) = 57.89%
BLUE value IS 69 (27.34% from 255) = 20.18%
R=21.93%
G=57.89%
B=20.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75198690.6200.650.22117.2153.0952.35
Hex4BC6453E04116753534
Octal113306105760101261656564
Binary100101111000110100010111111001000001101101110101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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